Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dcallchain.c603 call->brtype_stat.branch_to = true; in fill_node()
611 branch_type_count(&call->brtype_stat, in fill_node()
619 call->brtype_stat.branch_to = false; in fill_node()
762 cnode->brtype_stat.branch_to = true; in match_chain()
770 branch_type_count(&cnode->brtype_stat, in match_chain()
778 cnode->brtype_stat.branch_to = false; in match_chain()
1325 struct branch_type_stat *brtype_stat) in branch_to_str() argument
1329 printed = branch_type_str(brtype_stat, bf, bfsize); in branch_to_str()
1389 struct branch_type_stat *brtype_stat) in counts_str_build() argument
1396 if (brtype_stat->branch_to) { in counts_str_build()
[all …]
Dcallchain.h132 struct branch_type_stat brtype_stat; member
/Linux-v6.1/tools/perf/
Dbuiltin-report.c111 struct branch_type_stat brtype_stat; member
207 branch_type_count(&rep->brtype_stat, &bi->flags, in hist_iter__branch_callback()
588 branch_type_stat_display(stdout, &rep->brtype_stat); in evlist__tty_browse_hists()
1490 memset(&report.brtype_stat, 0, sizeof(struct branch_type_stat)); in cmd_report()