Searched refs:predicted_count (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | callchain.c | 624 call->predicted_count = 1; in fill_node() 792 cnode->predicted_count++; in match_chain() 1276 u64 *branch_count, u64 *predicted_count, in callchain_counts_value() argument 1285 if (predicted_count) in callchain_counts_value() 1286 *predicted_count += clist->predicted_count; in callchain_counts_value() 1298 u64 *predicted_count, in callchain_node_branch_counts_cumul() argument 1311 predicted_count, in callchain_node_branch_counts_cumul() 1316 predicted_count, abort_count, in callchain_node_branch_counts_cumul() 1324 u64 *branch_count, u64 *predicted_count, in callchain_branch_counts() argument 1330 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()
|