Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5731aaa5 authored by Jesse Hall's avatar Jesse Hall
Browse files

atrace: Add mali_systrace ftrace events to 'gfx'

The Mali driver in Exynos kernels can emit events when jobs are
submitted to the hardware and when they finish. Enable these events
under the 'gfx' tag.

Test: systrace.py gfx
      (using modified systrace not yet merged upstream)
parent 0e67630e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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, { } },