Lines Matching refs:counter
78 void perf_stat__update_shadow_stats(struct perf_evsel *counter, u64 *count, in perf_stat__update_shadow_stats() argument
81 int ctx = evsel_context(counter); in perf_stat__update_shadow_stats()
83 if (perf_evsel__match(counter, SOFTWARE, SW_TASK_CLOCK)) in perf_stat__update_shadow_stats()
85 else if (perf_evsel__match(counter, HARDWARE, HW_CPU_CYCLES)) in perf_stat__update_shadow_stats()
87 else if (perf_stat_evsel__is(counter, CYCLES_IN_TX)) in perf_stat__update_shadow_stats()
89 else if (perf_stat_evsel__is(counter, TRANSACTION_START)) in perf_stat__update_shadow_stats()
91 else if (perf_stat_evsel__is(counter, ELISION_START)) in perf_stat__update_shadow_stats()
93 else if (perf_evsel__match(counter, HARDWARE, HW_STALLED_CYCLES_FRONTEND)) in perf_stat__update_shadow_stats()
95 else if (perf_evsel__match(counter, HARDWARE, HW_STALLED_CYCLES_BACKEND)) in perf_stat__update_shadow_stats()
97 else if (perf_evsel__match(counter, HARDWARE, HW_BRANCH_INSTRUCTIONS)) in perf_stat__update_shadow_stats()
99 else if (perf_evsel__match(counter, HARDWARE, HW_CACHE_REFERENCES)) in perf_stat__update_shadow_stats()
101 else if (perf_evsel__match(counter, HW_CACHE, HW_CACHE_L1D)) in perf_stat__update_shadow_stats()
103 else if (perf_evsel__match(counter, HW_CACHE, HW_CACHE_L1I)) in perf_stat__update_shadow_stats()
105 else if (perf_evsel__match(counter, HW_CACHE, HW_CACHE_LL)) in perf_stat__update_shadow_stats()
107 else if (perf_evsel__match(counter, HW_CACHE, HW_CACHE_DTLB)) in perf_stat__update_shadow_stats()
109 else if (perf_evsel__match(counter, HW_CACHE, HW_CACHE_ITLB)) in perf_stat__update_shadow_stats()