Modified atrace.cpp to recognize ATRACE_TAG_BIONIC.
Bug: 15116468 Change-Id: I621532fb53b8317f5a513edfbeb0c50c265342fc
This commit is contained in:
parent
dc2736219f
commit
750aa9743c
@ -84,6 +84,7 @@ static const TracingCategory k_categories[] = {
|
||||
{ "res", "Resource Loading", ATRACE_TAG_RESOURCES, { } },
|
||||
{ "dalvik", "Dalvik VM", ATRACE_TAG_DALVIK, { } },
|
||||
{ "rs", "RenderScript", ATRACE_TAG_RS, { } },
|
||||
{ "bionic", "Bionic C Library", ATRACE_TAG_BIONIC, { } },
|
||||
{ "sched", "CPU Scheduling", 0, {
|
||||
{ REQ, "/sys/kernel/debug/tracing/events/sched/sched_switch/enable" },
|
||||
{ REQ, "/sys/kernel/debug/tracing/events/sched/sched_wakeup/enable" },
|
||||
|
Loading…
Reference in New Issue
Block a user