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.c605 if (!call->brtype_stat) { in fill_node()
606 call->brtype_stat = zalloc(sizeof(*call->brtype_stat)); in fill_node()
607 if (!call->brtype_stat) { in fill_node()
609 zfree(&call->brtype_stat); in fill_node()
613 call->brtype_stat->branch_to = true; in fill_node()
621 branch_type_count(call->brtype_stat, in fill_node()
629 if (call->brtype_stat && call->brtype_stat->branch_to) in fill_node()
630 call->brtype_stat->branch_to = false; in fill_node()
663 zfree(&call->brtype_stat); in add_child()
774 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.c117 struct branch_type_stat brtype_stat; member
218 branch_type_count(&rep->brtype_stat, &bi->flags, in hist_iter__branch_callback()
607 branch_type_stat_display(stdout, &rep->brtype_stat); in evlist__tty_browse_hists()
1628 memset(&report.brtype_stat, 0, sizeof(struct branch_type_stat)); in cmd_report()