Searched refs:branch_info (Results 1 – 9 of 9) sorted by relevance
451 if (!left->branch_info || !right->branch_info) in sort__dso_from_cmp()452 return cmp_null(left->branch_info, right->branch_info); in sort__dso_from_cmp()454 return _sort__dso_cmp(left->branch_info->from.map, in sort__dso_from_cmp()455 right->branch_info->from.map); in sort__dso_from_cmp()461 if (he->branch_info) in hist_entry__dso_from_snprintf()462 return _hist_entry__dso_snprintf(he->branch_info->from.map, in hist_entry__dso_from_snprintf()471 if (!left->branch_info || !right->branch_info) in sort__dso_to_cmp()472 return cmp_null(left->branch_info, right->branch_info); in sort__dso_to_cmp()474 return _sort__dso_cmp(left->branch_info->to.map, in sort__dso_to_cmp()475 right->branch_info->to.map); in sort__dso_to_cmp()[all …]
92 if (h->branch_info) { in hists__calc_col_len()93 if (h->branch_info->from.sym) { in hists__calc_col_len()94 symlen = (int)h->branch_info->from.sym->namelen + 4; in hists__calc_col_len()99 symlen = dso__name_len(h->branch_info->from.map->dso); in hists__calc_col_len()107 if (h->branch_info->to.sym) { in hists__calc_col_len()108 symlen = (int)h->branch_info->to.sym->namelen + 4; in hists__calc_col_len()113 symlen = dso__name_len(h->branch_info->to.map->dso); in hists__calc_col_len()341 if (he->branch_info) { in hist_entry__new()347 he->branch_info = malloc(sizeof(*he->branch_info)); in hist_entry__new()348 if (he->branch_info == NULL) { in hist_entry__new()[all …]
122 struct branch_info *branch_info; member
173 struct branch_info { struct
140 struct branch_info *sample__resolve_bstack(struct perf_sample *sample,
116 struct branch_info *bi,
1615 struct branch_info *sample__resolve_bstack(struct perf_sample *sample, in sample__resolve_bstack()1620 struct branch_info *bi = calloc(bs->nr, sizeof(struct branch_info)); in sample__resolve_bstack()
102 struct branch_info *bi; in hist_iter__report_callback()111 bi = he->branch_info; in hist_iter__report_callback()
1469 if ((err == 'q' || err == CTRL('c')) && he->branch_info) in do_annotate()1752 struct branch_info *bi; in perf_evsel__hists_browse()2012 bi = browser->he_selection->branch_info; in perf_evsel__hists_browse()