bcc: criticalstat: Add an atomic critical section tracer (#1801)
This tool detects code sections in the kernel where IRQs or preemption
are disabled for a user-specified amount of time.
Requires a kernel built with CONFIG_DEBUG_PREEMPT and
CONFIG_PREEMPTIRQ_EVENTS.
Signed-off-by: Joel Fernandes <joel@joelfernandes.org>
Showing
man/man8/criticalstat.8
0 → 100644
tools/criticalstat.py
0 → 100755
Please register or sign in to comment