Performance instrumentation and tracing for Android, Linux and Chrome (read-only mirror of https://android.googlesource.com/platform/external/perfetto/)
Using command below:
adb shell "perfetto -o /data/misc/perfetto-traces/trace.perfetto-trace -b 512mb -t 10s sched freq idle am wm gfx view binder_driver hal input **workqueue/*** "
In eng build, I can capture all of the Ftrace Events in perfetto-trace.
But in userroot build, the "workqueue/*" ftrace events are missing.
Pls help me to solve this issue, thx a lot.
Using command below: adb shell "perfetto -o /data/misc/perfetto-traces/trace.perfetto-trace -b 512mb -t 10s sched freq idle am wm gfx view binder_driver hal input **workqueue/*** "
In eng build, I can capture all of the Ftrace Events in perfetto-trace. But in userroot build, the "workqueue/*" ftrace events are missing. Pls help me to solve this issue, thx a lot.