Searched refs:branch_info (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.10/tools/perf/util/ |
| D | sort.c | 405 if (!left->branch_info->srcline_from) in sort__srcline_from_cmp() 406 left->branch_info->srcline_from = addr_map_symbol__srcline(&left->branch_info->from); in sort__srcline_from_cmp() 408 if (!right->branch_info->srcline_from) in sort__srcline_from_cmp() 409 right->branch_info->srcline_from = addr_map_symbol__srcline(&right->branch_info->from); in sort__srcline_from_cmp() 411 return strcmp(right->branch_info->srcline_from, left->branch_info->srcline_from); in sort__srcline_from_cmp() 417 return repsep_snprintf(bf, size, "%-*.*s", width, width, he->branch_info->srcline_from); in hist_entry__srcline_from_snprintf() 432 if (!left->branch_info->srcline_to) in sort__srcline_to_cmp() 433 left->branch_info->srcline_to = addr_map_symbol__srcline(&left->branch_info->to); in sort__srcline_to_cmp() 435 if (!right->branch_info->srcline_to) in sort__srcline_to_cmp() 436 right->branch_info->srcline_to = addr_map_symbol__srcline(&right->branch_info->to); in sort__srcline_to_cmp() [all …]
|
| D | hist.c | 115 if (h->branch_info) { in hists__calc_col_len() 116 if (h->branch_info->from.ms.sym) { in hists__calc_col_len() 117 symlen = (int)h->branch_info->from.ms.sym->namelen + 4; in hists__calc_col_len() 122 symlen = dso__name_len(h->branch_info->from.ms.map->dso); in hists__calc_col_len() 130 if (h->branch_info->to.ms.sym) { in hists__calc_col_len() 131 symlen = (int)h->branch_info->to.ms.sym->namelen + 4; in hists__calc_col_len() 136 symlen = dso__name_len(h->branch_info->to.ms.map->dso); in hists__calc_col_len() 144 if (h->branch_info->srcline_from) in hists__calc_col_len() 146 strlen(h->branch_info->srcline_from)); in hists__calc_col_len() 147 if (h->branch_info->srcline_to) in hists__calc_col_len() [all …]
|
| D | sort.h | 139 struct branch_info *branch_info; member
|
| D | branch.h | 32 struct branch_info { struct
|
| D | hist.h | 17 struct branch_info; 141 struct branch_info *bi, 150 struct branch_info *bi,
|
| D | machine.h | 177 struct branch_info *sample__resolve_bstack(struct perf_sample *sample,
|
| D | machine.c | 2162 struct branch_info *sample__resolve_bstack(struct perf_sample *sample, in sample__resolve_bstack() 2168 struct branch_info *bi = calloc(bs->nr, sizeof(struct branch_info)); in sample__resolve_bstack()
|
| /Linux-v5.10/tools/perf/ |
| D | builtin-annotate.c | 133 struct branch_info *bi; in process_branch_stack() 161 struct branch_info *bi; in hist_iter__branch_callback() 166 bi = he->branch_info; in hist_iter__branch_callback()
|
| D | builtin-report.c | 150 struct branch_info *bi; in hist_iter__report_callback() 156 bi = he->branch_info; in hist_iter__report_callback() 189 struct branch_info *bi = he->branch_info; in hist_iter__branch_callback()
|
| /Linux-v5.10/tools/perf/ui/browsers/ |
| D | hists.c | 2464 if ((err == 'q' || err == CTRL('c')) && he->branch_info) in do_annotate() 2960 struct branch_info *bi = NULL; in perf_evsel__hists_browse() 3107 bi = browser->he_selection->branch_info; in perf_evsel__hists_browse() 3297 bi = browser->he_selection->branch_info; in perf_evsel__hists_browse()
|