Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
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/tools/perf/util/
H A Dannotate.c1671 struct rb_root source_line = RB_ROOT; in hist_entry__tty_annotate2() local
1692 symbol__calc_lines(ms, &source_line); in hist_entry__tty_annotate2()
1693 print_summary(&source_line, dso__long_name(dso)); in hist_entry__tty_annotate2()
1711 struct rb_root source_line = RB_ROOT; in hist_entry__tty_annotate() local
1728 symbol__calc_lines(ms, &source_line); in hist_entry__tty_annotate()
1729 print_summary(&source_line, dso__long_name(dso)); in hist_entry__tty_annotate()