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.c613 if (!call->brtype_stat) { in fill_node()
614 call->brtype_stat = zalloc(sizeof(*call->brtype_stat)); in fill_node()
615 if (!call->brtype_stat) { in fill_node()
617 zfree(&call->brtype_stat); in fill_node()
621 call->brtype_stat->branch_to = true; in fill_node()
629 branch_type_count(call->brtype_stat, in fill_node()
637 if (call->brtype_stat && call->brtype_stat->branch_to) in fill_node()
638 call->brtype_stat->branch_to = false; in fill_node()
671 zfree(&call->brtype_stat); in add_child()
782 if (!cnode->brtype_stat) { in match_chain()
[all …]
H A Dcallchain.h129 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()
615 branch_type_stat_display(stdout, &rep->brtype_stat); in evlist__tty_browse_hists()
1660 memset(&report.brtype_stat, 0, sizeof(struct branch_type_stat)); in cmd_report()