Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcallchain.c603 if (!call->brtype_stat) { in fill_node()
604 call->brtype_stat = zalloc(sizeof(*call->brtype_stat)); in fill_node()
605 if (!call->brtype_stat) { in fill_node()
607 zfree(&call->brtype_stat); in fill_node()
611 call->brtype_stat->branch_to = true; in fill_node()
619 branch_type_count(call->brtype_stat, in fill_node()
627 if (call->brtype_stat && call->brtype_stat->branch_to) in fill_node()
628 call->brtype_stat->branch_to = false; in fill_node()
661 zfree(&call->brtype_stat); in add_child()
772 if (!cnode->brtype_stat) { in match_chain()
[all …]
H A Dcallchain.h128 struct branch_type_stat *brtype_stat; member
/linux/tools/perf/
H A Dbuiltin-report.c119 struct branch_type_stat brtype_stat; member
220 branch_type_count(&rep->brtype_stat, &bi->flags, in hist_iter__branch_callback()
614 branch_type_stat_display(stdout, &rep->brtype_stat); in evlist__tty_browse_hists()
1658 memset(&report.brtype_stat, 0, sizeof(struct branch_type_stat)); in cmd_report()