Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dbranch.h31 char *srcline_to; member
Dsort.c422 if (!left->branch_info->srcline_to) in sort__srcline_to_cmp()
423 left->branch_info->srcline_to = addr_map_symbol__srcline(&left->branch_info->to); in sort__srcline_to_cmp()
425 if (!right->branch_info->srcline_to) in sort__srcline_to_cmp()
426 right->branch_info->srcline_to = addr_map_symbol__srcline(&right->branch_info->to); in sort__srcline_to_cmp()
428 return strcmp(right->branch_info->srcline_to, left->branch_info->srcline_to); in sort__srcline_to_cmp()
434 return repsep_snprintf(bf, size, "%-*.*s", width, width, he->branch_info->srcline_to); in hist_entry__srcline_to_snprintf()
Dhist.c143 if (h->branch_info->srcline_to) in hists__calc_col_len()
145 strlen(h->branch_info->srcline_to)); in hists__calc_col_len()
1250 free_srcline(he->branch_info->srcline_to); in hist_entry__delete()
/Linux-v5.4/tools/perf/Documentation/
Dperf-report.txt122 - srcline_to: source file and line branched to