User Activity

Hey, I’m working with an STM32MP157D-DK1, I’m trying to trace for System Management Interrupts, to check how they affect the system.The following attempt was made to detect the latency of SMIs occurring on the system: # mount -t debugfs debugfs /sys/...
Hello,I’m using the Developer package on the STM32MP157D-DK1. # cat /sys/kernel/tracing/available_tracersnop  What ways do I have to enable more tracers?Thanks