Home
last modified time | relevance | path

Searched refs:predicted_count (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
A Dcallchain.c616 call->predicted_count = 1; in fill_node()
784 cnode->predicted_count++; in match_chain()
1279 if (predicted_count) in callchain_counts_value()
1280 *predicted_count += clist->predicted_count; in callchain_counts_value()
1292 u64 *predicted_count, in callchain_node_branch_counts_cumul() argument
1305 predicted_count, in callchain_node_branch_counts_cumul()
1324 if (predicted_count) in callchain_branch_counts()
1325 *predicted_count = 0; in callchain_branch_counts()
1335 predicted_count, in callchain_branch_counts()
1467 u64 branch_count, predicted_count; in callchain_list_counts__printf_value() local
[all …]
A Dcallchain.h129 u64 predicted_count; member
302 u64 *branch_count, u64 *predicted_count,

Completed in 10 milliseconds