diff options
| author | 2018-07-27 14:11:39 -0700 | |
|---|---|---|
| committer | 2018-07-27 14:11:39 -0700 | |
| commit | 73bf7a040ffc500ae9339bd9e71ab8b06f4839c4 (patch) | |
| tree | fd74a4407d03864101994826766a8b0524e870ba | |
| parent | cfc7917440205f6ead1dab0bc3ca71d0af5da89b (diff) | |
| parent | 499ee254079e9dec50ae209cd9d56c190296b03d (diff) | |
Merge "atrace: Add mali_systrace ftrace events to 'gfx'"
am: 499ee25407
Change-Id: I45677fe8574ee267e9177773592aadde973a3965
| -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 668a701eb5..ffe931d6f4 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, { } }, |