summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Todd Kennedy <toddke@google.com> 2015-07-31 14:36:20 -0700
committer Todd Kennedy <toddke@google.com> 2015-08-03 09:57:05 -0700
commit01e111b5a02440c0684494e9286709285e20097f (patch)
treef42f8f12424cd57ecde04b81a7a6caa840cb967a
parent5b7e9dc7db79b6a4750efc628b81765b58a7cd92 (diff)
Add a trace constant for PackageManager
Change-Id: Icd9afc86c88296919e4750d71cb0aef314194bee
-rw-r--r--cmds/atrace/atrace.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/atrace/atrace.cpp b/cmds/atrace/atrace.cpp
index 947b67eff0..5a334173a3 100644
--- a/cmds/atrace/atrace.cpp
+++ b/cmds/atrace/atrace.cpp
@@ -91,6 +91,7 @@ static const TracingCategory k_categories[] = {
{ "rs", "RenderScript", ATRACE_TAG_RS, { } },
{ "bionic", "Bionic C Library", ATRACE_TAG_BIONIC, { } },
{ "power", "Power Management", ATRACE_TAG_POWER, { } },
+ { "pm", "Package Manager", ATRACE_TAG_PACKAGE_MANAGER, { } },
{ "sched", "CPU Scheduling", 0, {
{ REQ, "/sys/kernel/debug/tracing/events/sched/sched_switch/enable" },
{ REQ, "/sys/kernel/debug/tracing/events/sched/sched_wakeup/enable" },