Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dcallchain.c590 call->brtype_stat.branch_to = true; in fill_node()
598 branch_type_count(&call->brtype_stat, in fill_node()
606 call->brtype_stat.branch_to = false; in fill_node()
749 cnode->brtype_stat.branch_to = true; in match_chain()
757 branch_type_count(&cnode->brtype_stat, in match_chain()
765 cnode->brtype_stat.branch_to = false; in match_chain()
1319 struct branch_type_stat *brtype_stat) in branch_to_str() argument
1323 printed = branch_type_str(brtype_stat, bf, bfsize); in branch_to_str()
1380 struct branch_type_stat *brtype_stat) in counts_str_build() argument
1387 if (brtype_stat->branch_to) { in counts_str_build()
[all …]
Dcallchain.h126 struct branch_type_stat brtype_stat; member
/Linux-v4.19/tools/perf/
Dbuiltin-report.c87 struct branch_type_stat brtype_stat; member
190 branch_type_count(&rep->brtype_stat, &bi->flags, in hist_iter__branch_callback()
497 branch_type_stat_display(stdout, &rep->brtype_stat); in perf_evlist__tty_browse_hists()
1218 memset(&report.brtype_stat, 0, sizeof(struct branch_type_stat)); in cmd_report()