Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dcallchain.c600 call->predicted_count = 1; in fill_node()
759 cnode->predicted_count++; in match_chain()
1241 if (predicted_count) in callchain_counts_value()
1242 *predicted_count += clist->predicted_count; in callchain_counts_value()
1254 u64 *predicted_count, in callchain_node_branch_counts_cumul() argument
1267 predicted_count, in callchain_node_branch_counts_cumul()
1286 if (predicted_count) in callchain_branch_counts()
1287 *predicted_count = 0; in callchain_branch_counts()
1297 predicted_count, in callchain_branch_counts()
1435 u64 branch_count, predicted_count; in callchain_list_counts__printf_value() local
[all …]
A Dcallchain.h127 u64 predicted_count; member
298 u64 *branch_count, u64 *predicted_count,

Completed in 7 milliseconds