Home
last modified time | relevance | path

Searched refs:source_line (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/perf/scripts/python/
H A Darm-cs-trace-disasm.py214 source_file_name, line_number, source_line = perf_sample_srccode(perf_script_context)
224 if source_line is None:
227 src_str = src_file + str(line_number).rjust(4) + " " + source_line
H A Dintel-pt-events.py317 source_file_name, line_number, source_line = perf_sample_srccode(perf_script_context)
326 if source_line is None:
329 src_str = src_file + str(line_number).rjust(4) + " " + source_line
/linux-6.15/tools/perf/util/
H A Dannotate.c1656 struct rb_root source_line = RB_ROOT; in hist_entry__tty_annotate2() local
1673 symbol__calc_lines(ms, &source_line); in hist_entry__tty_annotate2()
1674 print_summary(&source_line, dso__long_name(dso)); in hist_entry__tty_annotate2()
1692 struct rb_root source_line = RB_ROOT; in hist_entry__tty_annotate() local
1709 symbol__calc_lines(ms, &source_line); in hist_entry__tty_annotate()
1710 print_summary(&source_line, dso__long_name(dso)); in hist_entry__tty_annotate()
/linux-6.15/tools/perf/Documentation/
H A Dperf-script-python.txt626 perf_sample_srccode(context) - returns source_file_name, line_number, source_line