diff options
Diffstat (limited to 'cmds/atrace/atrace.cpp')
-rw-r--r-- | cmds/atrace/atrace.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/atrace/atrace.cpp b/cmds/atrace/atrace.cpp index d63019b68..3c9d899df 100644 --- a/cmds/atrace/atrace.cpp +++ b/cmds/atrace/atrace.cpp | |||
@@ -99,6 +99,7 @@ static const TracingCategory k_categories[] = { | |||
99 | } }, | 99 | } }, |
100 | { "irq", "IRQ Events", 0, { | 100 | { "irq", "IRQ Events", 0, { |
101 | { REQ, "/sys/kernel/debug/tracing/events/irq/enable" }, | 101 | { REQ, "/sys/kernel/debug/tracing/events/irq/enable" }, |
102 | { OPT, "/sys/kernel/debug/tracing/events/ipi/enable" }, | ||
102 | } }, | 103 | } }, |
103 | { "freq", "CPU Frequency", 0, { | 104 | { "freq", "CPU Frequency", 0, { |
104 | { REQ, "/sys/kernel/debug/tracing/events/power/cpu_frequency/enable" }, | 105 | { REQ, "/sys/kernel/debug/tracing/events/power/cpu_frequency/enable" }, |