Home
last modified time | relevance | path

Searched refs:brtype_stat (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/
Dcallchain.c597 call->brtype_stat.branch_to = true; in fill_node()
605 branch_type_count(&call->brtype_stat, in fill_node()
613 call->brtype_stat.branch_to = false; in fill_node()
756 cnode->brtype_stat.branch_to = true; in match_chain()
764 branch_type_count(&cnode->brtype_stat, in match_chain()
772 cnode->brtype_stat.branch_to = false; in match_chain()
1327 struct branch_type_stat *brtype_stat) in branch_to_str() argument
1331 printed = branch_type_str(brtype_stat, bf, bfsize); in branch_to_str()
1391 struct branch_type_stat *brtype_stat) in counts_str_build() argument
1398 if (brtype_stat->branch_to) { in counts_str_build()
[all …]
Dcallchain.h131 struct branch_type_stat brtype_stat; member
/tools/perf/
Dbuiltin-report.c101 struct branch_type_stat brtype_stat; member
189 branch_type_count(&rep->brtype_stat, &bi->flags, in hist_iter__branch_callback()
518 branch_type_stat_display(stdout, &rep->brtype_stat); in perf_evlist__tty_browse_hists()
1313 memset(&report.brtype_stat, 0, sizeof(struct branch_type_stat)); in cmd_report()