diff options
author | 2015-11-04 00:52:35 +0000 | |
---|---|---|
committer | 2015-11-04 00:52:35 +0000 | |
commit | 6e20913454d65c233a7b4d51cf12c5c848f7a84d (patch) | |
tree | 5fa61650b6581947db22ca0a9167e111b644d2ed | |
parent | e47c1e50ee3bc9188cc445d21df4d2eb194df396 (diff) | |
parent | 6ea4e35ab1c4fc93b9dc176423e6e425c85bf360 (diff) |
Merge "Add ipi tracing to irq tracing." am: c84da67d72 am: b813f5e2e8
am: 6ea4e35ab1
* commit '6ea4e35ab1c4fc93b9dc176423e6e425c85bf360':
Add ipi tracing to irq tracing.
-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 7324907cc8..8bba81b65b 100644 --- a/cmds/atrace/atrace.cpp +++ b/cmds/atrace/atrace.cpp @@ -99,6 +99,7 @@ static const TracingCategory k_categories[] = { } }, { "irq", "IRQ Events", 0, { { REQ, "/sys/kernel/debug/tracing/events/irq/enable" }, + { OPT, "/sys/kernel/debug/tracing/events/ipi/enable" }, } }, { "freq", "CPU Frequency", 0, { { REQ, "/sys/kernel/debug/tracing/events/power/cpu_frequency/enable" }, |