aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung@kernel.org>2025-09-07 23:10:50 -0700
committerArnaldo Carvalho de Melo <acme@redhat.com>2025-09-09 15:12:33 -0300
commit1e5881b168b94871fecd4603633a5fe6a519cbbf (patch)
tree6ffa2c3431cc25486cb4d356036143d11374a031 /tools/perf/scripts/python/export-to-sqlite.py
parentperf annotate: Factor out annotate_browser__show_function_title() (diff)
downloadlinux-1e5881b168b94871fecd4603633a5fe6a519cbbf.tar.gz
linux-1e5881b168b94871fecd4603633a5fe6a519cbbf.zip
perf annotate: Fix title line after return from call
The second title line which shows symbol and DSO name is broken after moving to another function at 'callq' instruction. The ui_browser__show_title() is used for the first line which shows global sample count and event name so it doesn't change across the functions. What it needs after processing 'call' instruction is to update the second line onlly. Add a comment and call appropriate function. You can verify the change by pressing ENTER on a 'call' instruction and then ESC. Signed-off-by: Namhyung Kim <namhyung@kernel.org> Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions