Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dbranch.h39 char *srcline_to; member
Dsort.c435 if (!left->branch_info->srcline_to) in sort__srcline_to_cmp()
436 left->branch_info->srcline_to = addr_map_symbol__srcline(&left->branch_info->to); in sort__srcline_to_cmp()
438 if (!right->branch_info->srcline_to) in sort__srcline_to_cmp()
439 right->branch_info->srcline_to = addr_map_symbol__srcline(&right->branch_info->to); in sort__srcline_to_cmp()
441 return strcmp(right->branch_info->srcline_to, left->branch_info->srcline_to); in sort__srcline_to_cmp()
447 return repsep_snprintf(bf, size, "%-*.*s", width, width, he->branch_info->srcline_to); in hist_entry__srcline_to_snprintf()
Dhist.c149 if (h->branch_info->srcline_to) in hists__calc_col_len()
151 strlen(h->branch_info->srcline_to)); in hists__calc_col_len()
1308 free_srcline(he->branch_info->srcline_to); in hist_entry__delete()
/Linux-v6.1/tools/perf/Documentation/
Dperf-report.txt130 - srcline_to: source file and line branched to