Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dsort.c403 if (!left->branch_info->srcline_to) in sort__srcline_to_cmp()
404 left->branch_info->srcline_to = addr_map_symbol__srcline(&left->branch_info->to); in sort__srcline_to_cmp()
406 if (!right->branch_info->srcline_to) in sort__srcline_to_cmp()
407 right->branch_info->srcline_to = addr_map_symbol__srcline(&right->branch_info->to); in sort__srcline_to_cmp()
409 return strcmp(right->branch_info->srcline_to, left->branch_info->srcline_to); in sort__srcline_to_cmp()
415 return repsep_snprintf(bf, size, "%-*.*s", width, width, he->branch_info->srcline_to); in hist_entry__srcline_to_snprintf()
Dsymbol.h197 char *srcline_to; member
Dhist.c133 if (h->branch_info->srcline_to) in hists__calc_col_len()
135 strlen(h->branch_info->srcline_to)); in hists__calc_col_len()
1141 free_srcline(he->branch_info->srcline_to); in hist_entry__delete()
/Linux-v4.19/tools/perf/Documentation/
Dperf-report.txt120 - srcline_to: source file and line branched to