Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dcallchain.c605 call->brtype_stat.branch_to = true; in fill_node()
613 branch_type_count(&call->brtype_stat, in fill_node()
621 call->brtype_stat.branch_to = false; in fill_node()
765 cnode->brtype_stat.branch_to = true; in match_chain()
773 branch_type_count(&cnode->brtype_stat, in match_chain()
781 cnode->brtype_stat.branch_to = false; in match_chain()
1342 struct branch_type_stat *brtype_stat) in branch_to_str() argument
1346 printed = branch_type_str(brtype_stat, bf, bfsize); in branch_to_str()
1406 struct branch_type_stat *brtype_stat) in counts_str_build() argument
1413 if (brtype_stat->branch_to) { in counts_str_build()
[all …]
Dcallchain.h132 struct branch_type_stat brtype_stat; member
/Linux-v6.6/tools/perf/
Dbuiltin-report.c115 struct branch_type_stat brtype_stat; member
216 branch_type_count(&rep->brtype_stat, &bi->flags, in hist_iter__branch_callback()
599 branch_type_stat_display(stdout, &rep->brtype_stat); in evlist__tty_browse_hists()
1527 memset(&report.brtype_stat, 0, sizeof(struct branch_type_stat)); in cmd_report()