Hello,
I connected to raspberry pi by WiFI using adb but I cannot run systrace on it.
It outputs this error
/system/bin/sh: <stdin>[2]: can't create /sys/kernel/debug/tracing/trace_marker: No such file or directory
I researched and realized that it's necessary to turn on debugging options for kernel.
However, I examined generated after compilation kernel/rpi/.config and it has CONFIG_PROFILING and CONFIG_DEBUG_KERNEL set to yes.
I added also CONFIG_DEBUG_INFO to kernel/rpi/arch/arm/configs/bcm2709_defconfig, recompiled but still nothing in sys/kernel/debug directory.
Thank you,
littlewhywhat