Home
last modified time | relevance | path

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

/tools/perf/util/
A Dcallchain.c603 if (!call->brtype_stat) { in fill_node()
604 call->brtype_stat = zalloc(sizeof(*call->brtype_stat)); in fill_node()
627 if (call->brtype_stat && call->brtype_stat->branch_to) in fill_node()
661 zfree(&call->brtype_stat); in add_child()
772 if (!cnode->brtype_stat) { in match_chain()
773 cnode->brtype_stat = zalloc(sizeof(*cnode->brtype_stat)); in match_chain()
795 if (cnode->brtype_stat && cnode->brtype_stat->branch_to) in match_chain()
1042 zfree(&list->brtype_stat); in merge_chain_branch()
1468 brtype_stat = clist->brtype_stat ?: &empty_brtype_stat; in callchain_list_counts__printf_value()
1492 zfree(&list->brtype_stat); in free_callchain_node()
[all …]
A Dcallchain.h128 struct branch_type_stat *brtype_stat; member
/tools/perf/
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()

Completed in 22 milliseconds