Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dcallchain.c606 call->predicted_count = 1; in fill_node()
765 cnode->predicted_count++; in match_chain()
1247 if (predicted_count) in callchain_counts_value()
1248 *predicted_count += clist->predicted_count; in callchain_counts_value()
1260 u64 *predicted_count, in callchain_node_branch_counts_cumul() argument
1273 predicted_count, in callchain_node_branch_counts_cumul()
1292 if (predicted_count) in callchain_branch_counts()
1293 *predicted_count = 0; in callchain_branch_counts()
1303 predicted_count, in callchain_branch_counts()
1433 u64 branch_count, predicted_count; in callchain_list_counts__printf_value() local
[all …]
A Dcallchain.h127 u64 predicted_count; member
300 u64 *branch_count, u64 *predicted_count,

Completed in 7 milliseconds