aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorSteven Rostedt <[email protected]>2025-05-27 19:51:16 +0000
committerSteven Rostedt (Google) <[email protected]>2025-05-29 12:24:07 +0000
commit2d22216521b12c4b09479aa684504092cd67970b (patch)
treee52dc78f27a68f18971b86843779c2d7c0ddc6a6 /tools/perf/scripts/python/syscall-counts-by-pid.py
parenttracing: Reset last-boot buffers when reading out all cpu buffers (diff)
downloadkernel-2d22216521b12c4b09479aa684504092cd67970b.tar.gz
kernel-2d22216521b12c4b09479aa684504092cd67970b.zip
ring-buffer: Removed unnecessary if() goto out where out is the next line
In the function ring_buffer_discard_commit() there's an if statement that jumps to the next line: if (rb_try_to_discard(cpu_buffer, event)) goto out; out: This was caused by the change that modified the way timestamps were taken in interrupt context, and removed the code between the if statement and the goto, but failed to update the conditional logic. Cc: Mathieu Desnoyers <[email protected]> Link: https://lore.kernel.org/[email protected] Fixes: a389d86f7fd0 ("ring-buffer: Have nested events still record running time stamp") Reviewed-by: Masami Hiramatsu (Google) <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions