Searched refs:predicted_count (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | callchain.c | 614 call->predicted_count = 1; in fill_node() 782 cnode->predicted_count++; in match_chain() 1266 u64 *branch_count, u64 *predicted_count, in callchain_counts_value() argument 1275 if (predicted_count) in callchain_counts_value() 1276 *predicted_count += clist->predicted_count; in callchain_counts_value() 1288 u64 *predicted_count, in callchain_node_branch_counts_cumul() argument 1301 predicted_count, in callchain_node_branch_counts_cumul() 1306 predicted_count, abort_count, in callchain_node_branch_counts_cumul() 1314 u64 *branch_count, u64 *predicted_count, in callchain_branch_counts() argument 1320 if (predicted_count) in callchain_branch_counts() [all …]
|
| H A D | callchain.h | 129 u64 predicted_count; member 302 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()
|