]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf timechart: Include file offset in CPU bounds check messages
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 1 Jun 2026 17:25:40 +0000 (14:25 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 3 Jun 2026 19:31:03 +0000 (16:31 -0300)
commit4cd74dee09d4b06f0e80826bf9d472d5aa42caaf
tree36f71380d1106ef96644d5a392d537405bac1c00
parentd38bee6d8082c23635faa5473162291d228ca96e
perf timechart: Include file offset in CPU bounds check messages

Add the perf.data file offset to the out-of-bounds CPU debug messages
in process_sample_cpu_idle(), process_sample_cpu_frequency(),
process_sample_sched_wakeup(), and process_sample_sched_switch().

Reviewed-by: Ian Rogers <irogers@google.com>
Assisted-by: Claude:claude-opus-4.6
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-timechart.c