Searched refs:perf_evsel__match (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | stat-shadow.c | 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() 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() [all …]
|
D | evsel.h | 258 #define perf_evsel__match(evsel, t, c) \ macro
|
/linux-4.4.14/tools/perf/ |
D | builtin-stat.c | 181 if (perf_evsel__match(evsel, SOFTWARE, SW_CPU_CLOCK) || in nsec_counter() 182 perf_evsel__match(evsel, SOFTWARE, SW_TASK_CLOCK)) in nsec_counter()
|