I am able to run systrace but i am not able to see the traces for SurfaceFlinger. GPU, bufferQueues, etc.
I gave the following command: systrace.py --time=10 -o mynewtrace.html sched gfx view wm hal video workq
Its only giving output for CPU0, workqueues, irqs, kworker etc.
Any particular tracers we have to enable while compiling kernel? Am I missing anything else?
Thank You!