Home
last modified time | relevance | path

Searched refs:perf_evsel__match (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dstat-shadow.c215 if (perf_evsel__match(counter, SOFTWARE, SW_TASK_CLOCK) || in perf_stat__update_shadow_stats()
216 perf_evsel__match(counter, SOFTWARE, SW_CPU_CLOCK)) in perf_stat__update_shadow_stats()
218 else if (perf_evsel__match(counter, HARDWARE, HW_CPU_CYCLES)) in perf_stat__update_shadow_stats()
241 else if (perf_evsel__match(counter, HARDWARE, HW_STALLED_CYCLES_FRONTEND)) in perf_stat__update_shadow_stats()
244 else if (perf_evsel__match(counter, HARDWARE, HW_STALLED_CYCLES_BACKEND)) in perf_stat__update_shadow_stats()
247 else if (perf_evsel__match(counter, HARDWARE, HW_BRANCH_INSTRUCTIONS)) in perf_stat__update_shadow_stats()
249 else if (perf_evsel__match(counter, HARDWARE, HW_CACHE_REFERENCES)) in perf_stat__update_shadow_stats()
251 else if (perf_evsel__match(counter, HW_CACHE, HW_CACHE_L1D)) in perf_stat__update_shadow_stats()
253 else if (perf_evsel__match(counter, HW_CACHE, HW_CACHE_L1I)) in perf_stat__update_shadow_stats()
255 else if (perf_evsel__match(counter, HW_CACHE, HW_CACHE_LL)) in perf_stat__update_shadow_stats()
[all …]
Devsel.h305 #define perf_evsel__match(evsel, t, c) \ macro
405 return perf_evsel__match(evsel, SOFTWARE, SW_BPF_OUTPUT); in perf_evsel__is_bpf_output()
410 return perf_evsel__match(evsel, SOFTWARE, SW_CPU_CLOCK) || in perf_evsel__is_clock()
411 perf_evsel__match(evsel, SOFTWARE, SW_TASK_CLOCK); in perf_evsel__is_clock()