diff options
| author | 2018-07-27 20:57:20 +0000 | |
|---|---|---|
| committer | 2018-07-27 20:57:20 +0000 | |
| commit | 499ee254079e9dec50ae209cd9d56c190296b03d (patch) | |
| tree | 0aef58f14fc5b48a6ccd136418225c23d9e5c7ba | |
| parent | c7e81c3aaf9a5e5f0f811ef7d431dcbdb15435c0 (diff) | |
| parent | 5731aaa5a4f6f81b7259893effeede7a65f0feba (diff) | |
Merge "atrace: Add mali_systrace ftrace events to 'gfx'"
| -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 913090da14..506fbd911e 100644 --- a/cmds/atrace/atrace.cpp +++ b/cmds/atrace/atrace.cpp @@ -95,6 +95,7 @@ static const TracingCategory k_categories[] = { { "gfx", "Graphics", ATRACE_TAG_GRAPHICS, { { OPT, "events/mdss/enable" }, { OPT, "events/sde/enable" }, + { OPT, "events/mali_systrace/enable" }, } }, { "input", "Input", ATRACE_TAG_INPUT, { } }, { "view", "View System", ATRACE_TAG_VIEW, { } }, |