Searched refs:predicted_count (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | callchain.c | 608 call->predicted_count = 1; in fill_node() 768 cnode->predicted_count++; in match_chain() 1255 u64 *branch_count, u64 *predicted_count, in callchain_counts_value() argument 1264 if (predicted_count) in callchain_counts_value() 1265 *predicted_count += clist->predicted_count; in callchain_counts_value() 1277 u64 *predicted_count, in callchain_node_branch_counts_cumul() argument 1290 predicted_count, in callchain_node_branch_counts_cumul() 1295 predicted_count, abort_count, in callchain_node_branch_counts_cumul() 1303 u64 *branch_count, u64 *predicted_count, in callchain_branch_counts() argument 1309 if (predicted_count) in callchain_branch_counts() [all …]
|
H A D | callchain.h | 127 u64 predicted_count; member 302 u64 *branch_count, u64 *predicted_count,
|