Lines Matching refs:perf_stat_evsel__is

223 	else if (perf_stat_evsel__is(counter, CYCLES_IN_TX))  in perf_stat__update_shadow_stats()
225 else if (perf_stat_evsel__is(counter, TRANSACTION_START)) in perf_stat__update_shadow_stats()
227 else if (perf_stat_evsel__is(counter, ELISION_START)) in perf_stat__update_shadow_stats()
229 else if (perf_stat_evsel__is(counter, TOPDOWN_TOTAL_SLOTS)) in perf_stat__update_shadow_stats()
232 else if (perf_stat_evsel__is(counter, TOPDOWN_SLOTS_ISSUED)) in perf_stat__update_shadow_stats()
235 else if (perf_stat_evsel__is(counter, TOPDOWN_SLOTS_RETIRED)) in perf_stat__update_shadow_stats()
238 else if (perf_stat_evsel__is(counter, TOPDOWN_FETCH_BUBBLES)) in perf_stat__update_shadow_stats()
241 else if (perf_stat_evsel__is(counter, TOPDOWN_RECOVERY_BUBBLES)) in perf_stat__update_shadow_stats()
244 else if (perf_stat_evsel__is(counter, TOPDOWN_RETIRING)) in perf_stat__update_shadow_stats()
247 else if (perf_stat_evsel__is(counter, TOPDOWN_BAD_SPEC)) in perf_stat__update_shadow_stats()
250 else if (perf_stat_evsel__is(counter, TOPDOWN_FE_BOUND)) in perf_stat__update_shadow_stats()
253 else if (perf_stat_evsel__is(counter, TOPDOWN_BE_BOUND)) in perf_stat__update_shadow_stats()
276 else if (perf_stat_evsel__is(counter, SMI_NUM)) in perf_stat__update_shadow_stats()
278 else if (perf_stat_evsel__is(counter, APERF)) in perf_stat__update_shadow_stats()
1041 } else if (perf_stat_evsel__is(evsel, CYCLES_IN_TX)) { in perf_stat__print_shadow_stats()
1051 } else if (perf_stat_evsel__is(evsel, CYCLES_IN_TX_CP)) { in perf_stat__print_shadow_stats()
1062 } else if (perf_stat_evsel__is(evsel, TRANSACTION_START)) { in perf_stat__print_shadow_stats()
1075 } else if (perf_stat_evsel__is(evsel, ELISION_START)) { in perf_stat__print_shadow_stats()
1089 } else if (perf_stat_evsel__is(evsel, TOPDOWN_FETCH_BUBBLES)) { in perf_stat__print_shadow_stats()
1096 } else if (perf_stat_evsel__is(evsel, TOPDOWN_SLOTS_RETIRED)) { in perf_stat__print_shadow_stats()
1103 } else if (perf_stat_evsel__is(evsel, TOPDOWN_RECOVERY_BUBBLES)) { in perf_stat__print_shadow_stats()
1110 } else if (perf_stat_evsel__is(evsel, TOPDOWN_SLOTS_ISSUED)) { in perf_stat__print_shadow_stats()
1129 } else if (perf_stat_evsel__is(evsel, TOPDOWN_RETIRING) && in perf_stat__print_shadow_stats()
1138 } else if (perf_stat_evsel__is(evsel, TOPDOWN_FE_BOUND) && in perf_stat__print_shadow_stats()
1147 } else if (perf_stat_evsel__is(evsel, TOPDOWN_BE_BOUND) && in perf_stat__print_shadow_stats()
1156 } else if (perf_stat_evsel__is(evsel, TOPDOWN_BAD_SPEC) && in perf_stat__print_shadow_stats()
1182 } else if (perf_stat_evsel__is(evsel, SMI_NUM)) { in perf_stat__print_shadow_stats()