diff options
-rw-r--r-- | cmds/atrace/atrace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/atrace/atrace.cpp b/cmds/atrace/atrace.cpp index 645944340e..7aee795fc4 100644 --- a/cmds/atrace/atrace.cpp +++ b/cmds/atrace/atrace.cpp @@ -245,7 +245,7 @@ static const TracingCategory k_categories[] = { { OPT, "events/ion/ion_stat/enable" }, { OPT, "events/gpu_mem/gpu_mem_total/enable" }, } }, - { "thermal", "Thermal event", 0, { + { "thermal", "Thermal event", ATRACE_TAG_THERMAL, { { REQ, "events/thermal/thermal_temperature/enable" }, { OPT, "events/thermal/cdev_update/enable" }, } }, |