Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-stat.c364 perf_evsel__cmp(counter, nth_evsel(T_CYCLES_IN_TX))) in update_shadow_stats()
367 perf_evsel__cmp(counter, nth_evsel(T_TRANSACTION_START))) in update_shadow_stats()
370 perf_evsel__cmp(counter, nth_evsel(T_ELISION_START))) in update_shadow_stats()
1173 perf_evsel__cmp(evsel, nth_evsel(T_CYCLES_IN_TX))) { in abs_printout()
1180 perf_evsel__cmp(evsel, nth_evsel(T_CYCLES_IN_TX_CP))) { in abs_printout()
1190 perf_evsel__cmp(evsel, nth_evsel(T_TRANSACTION_START)) && in abs_printout()
1200 perf_evsel__cmp(evsel, nth_evsel(T_ELISION_START)) && in abs_printout()
/linux-4.1.27/tools/perf/util/
Devsel.h233 #define perf_evsel__cmp(a, b) \ macro