Searched refs:brtype_stat (Results 1 – 3 of 3) sorted by relevance
605 if (!call->brtype_stat) { in fill_node()606 call->brtype_stat = zalloc(sizeof(*call->brtype_stat)); in fill_node()629 if (call->brtype_stat && call->brtype_stat->branch_to) in fill_node()663 zfree(&call->brtype_stat); in add_child()774 if (!cnode->brtype_stat) { in match_chain()775 cnode->brtype_stat = zalloc(sizeof(*cnode->brtype_stat)); in match_chain()797 if (cnode->brtype_stat && cnode->brtype_stat->branch_to) in match_chain()1044 zfree(&list->brtype_stat); in merge_chain_branch()1472 brtype_stat = clist->brtype_stat ?: &empty_brtype_stat; in callchain_list_counts__printf_value()1496 zfree(&list->brtype_stat); in free_callchain_node()[all …]
128 struct branch_type_stat *brtype_stat; member
117 struct branch_type_stat brtype_stat; member218 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()1624 memset(&report.brtype_stat, 0, sizeof(struct branch_type_stat)); in cmd_report()
Completed in 12 milliseconds