diff options
| author | Raul E Rangel <[email protected]> | 2019-04-16 21:03:28 +0000 |
|---|---|---|
| committer | Enric Balletbo i Serra <[email protected]> | 2019-04-17 08:29:34 +0000 |
| commit | 58a2109f6eb46b2952e2ce3fe776ce02c0c540dd (patch) | |
| tree | 7d97942d8f269a70b31e2de50c3fbcfde824e721 /lib/memory-notifier-error-inject.c | |
| parent | platform/chrome: cros_ec_debugfs: Use cros_ec_cmd_xfer_status helper (diff) | |
| download | kernel-58a2109f6eb46b2952e2ce3fe776ce02c0c540dd.tar.gz kernel-58a2109f6eb46b2952e2ce3fe776ce02c0c540dd.zip | |
platform/chrome: cros_ec_proto: Add trace event to trace EC commands
This is useful to see which EC commands are being executed and when.
To enable:
echo 1 > /sys/kernel/debug/tracing/events/cros_ec/enable
Example:
cros_ec_cmd: version: 0, command: EC_CMD_GET_VERSION
cros_ec_cmd: version: 0, command: EC_CMD_GET_PROTOCOL_INFO
cros_ec_cmd: version: 1, command: EC_CMD_GET_CMD_VERSIONS
cros_ec_cmd: version: 1, command: EC_CMD_USB_PD_CONTROL
The list of current commands is generated using the following script:
sed -n 's/^#define \(EC_CMD_[[:alnum:]_]*\)\s.*/\tTRACE_SYMBOL(\1),\\/p' include/linux/mfd/cros_ec_commands.h
Signed-off-by: Raul E Rangel <[email protected]>
Reviewed-by: Ross Zwisler <[email protected]>
Reviewed-by: Steven Rostedt (VMware) <[email protected]>
Signed-off-by: Enric Balletbo i Serra <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions
