diff options
author | Dianne Hackborn <hackbod@google.com> | 2013-04-12 14:52:35 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2013-04-12 16:58:24 -0700 |
commit | 9380d78c98d8b8fbce9ade5881fab7134fadc015 (patch) | |
tree | fed900bb2063932e262ffa58df13db92b80f8b12 /cmds | |
parent | 5e5bed60d03b5556ada351b010ed14ae8f1515ae (diff) | |
download | frameworks_native-9380d78c98d8b8fbce9ade5881fab7134fadc015.zip frameworks_native-9380d78c98d8b8fbce9ade5881fab7134fadc015.tar.gz frameworks_native-9380d78c98d8b8fbce9ade5881fab7134fadc015.tar.bz2 |
Add new resources trace.
Change-Id: Iab8c1ef51f491e818fb4bab0ba7a042f0d9bec9a
Diffstat (limited to 'cmds')
-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 76ba81f..06e9744 100644 --- a/cmds/atrace/atrace.cpp +++ b/cmds/atrace/atrace.cpp @@ -80,6 +80,7 @@ static const TracingCategory k_categories[] = { { "video", "Video", ATRACE_TAG_VIDEO, { } }, { "camera", "Camera", ATRACE_TAG_CAMERA, { } }, { "hal", "Hardware Modules", ATRACE_TAG_HAL, { } }, + { "res", "Resource Loading", ATRACE_TAG_RESOURCES, { } }, { "sched", "CPU Scheduling", 0, { { REQ, "/sys/kernel/debug/tracing/events/sched/sched_switch/enable" }, { REQ, "/sys/kernel/debug/tracing/events/sched/sched_wakeup/enable" }, |