Searched refs:predicted_count (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | callchain.c | 625 call->predicted_count = 1; in fill_node() 793 cnode->predicted_count++; in match_chain() 1278 u64 *branch_count, u64 *predicted_count, in callchain_counts_value() argument 1287 if (predicted_count) in callchain_counts_value() 1288 *predicted_count += clist->predicted_count; in callchain_counts_value() 1300 u64 *predicted_count, in callchain_node_branch_counts_cumul() argument 1313 predicted_count, in callchain_node_branch_counts_cumul() 1318 predicted_count, abort_count, in callchain_node_branch_counts_cumul() 1326 u64 *branch_count, u64 *predicted_count, in callchain_branch_counts() argument 1332 if (predicted_count) in callchain_branch_counts() [all …]
|
| H A D | callchain.h | 130 u64 predicted_count; member 303 u64 *branch_count, u64 *predicted_count,
|
| H A D | sort.c | 729 u64 branch_count, predicted_count; in hist_entry__callchain_branch_predicted_snprintf() local 734 &predicted_count, NULL, NULL); in hist_entry__callchain_branch_predicted_snprintf() 737 percent = predicted_count * 100.0 / branch_count; in hist_entry__callchain_branch_predicted_snprintf()
|