diff options
author | 2021-03-18 23:49:14 +0000 | |
---|---|---|
committer | 2021-03-18 23:49:14 +0000 | |
commit | a647f2bc257e4eb59923e097c4e225643ecf38cf (patch) | |
tree | 1fcf1e544434e4c1c1c92b725a9d91af0c457190 /cmds/atrace/atrace.cpp | |
parent | 5d4406c9efd816507a0e8b4c5195f0009b15a881 (diff) | |
parent | 963999cdffe96bf6ad26cff3afadd2a8e3643e62 (diff) |
Merge "Add cpuhp_pause into atrace"
Diffstat (limited to 'cmds/atrace/atrace.cpp')
-rw-r--r-- | cmds/atrace/atrace.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmds/atrace/atrace.cpp b/cmds/atrace/atrace.cpp index 2519ffa45d..88a5872b01 100644 --- a/cmds/atrace/atrace.cpp +++ b/cmds/atrace/atrace.cpp @@ -62,7 +62,7 @@ using hardware::atrace::V1_0::toString; using std::string; -#define MAX_SYS_FILES 11 +#define MAX_SYS_FILES 12 const char* k_traceTagsProperty = "debug.atrace.tags.enableflags"; const char* k_userInitiatedTraceProperty = "debug.atrace.user_initiated"; @@ -175,6 +175,7 @@ static const TracingCategory k_categories[] = { { OPT, "events/power/suspend_resume/enable" }, { OPT, "events/cpuhp/cpuhp_enter/enable" }, { OPT, "events/cpuhp/cpuhp_exit/enable" }, + { OPT, "events/cpuhp/cpuhp_pause/enable" }, } }, { "membus", "Memory Bus Utilization", 0, { { REQ, "events/memory_bus/enable" }, |