]> Git Repo - linux.git/commit
tracing/timerlat: Print stacktrace in the IRQ handler if needed
authorDaniel Bristot de Oliveira <[email protected]>
Tue, 10 May 2022 09:45:24 +0000 (11:45 +0200)
committerSteven Rostedt (Google) <[email protected]>
Fri, 27 May 2022 01:13:00 +0000 (21:13 -0400)
commit4dd2aea24ed7613735664feadc9879d37f718c23
tree69acae3a0763f90848c337899bbc37fb2dd79bab
parentaa748949b4e665f473bc5abdc5f66029cb5f5522
tracing/timerlat: Print stacktrace in the IRQ handler if needed

If print_stack and stop_tracing_us are set, and stop_tracing_us is hit
with latency higher than or equal to print_stack, print the
stack at the IRQ handler as it is useful to define the root cause for
the IRQ latency.

Link: https://lkml.kernel.org/r/fd04530ce98ae9270e41bb124ee5bf67b05ecfed.1652175637.git.bristot@kernel.org
Cc: Juri Lelli <[email protected]>
Cc: Clark Williams <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Daniel Bristot de Oliveira <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
Documentation/trace/timerlat-tracer.rst
kernel/trace/trace_osnoise.c
This page took 0.055093 seconds and 4 git commands to generate.