Debugging Linux Kernel using ftrace Part16- Disabling interrupts info in function graph

The function graph tracer also traces the interrupts. You can tell the function graph tracer to disable tracing of interrupts by writing 0 in 'options/funcgraph-irqs' file.

$ echo 0 > options/funcgraph-irqs

The below screenshot is before disabling interrupts.


After I disable interrupts, there is no tracing information related to interrupts (e.g. smp_apic_timer_interrupt).



Comments

Popular posts from this blog

bb.utils.contains yocto

make config vs oldconfig vs defconfig vs menuconfig vs savedefconfig

PR, PN and PV Variable in Yocto