Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-stat.c328 static struct perf_evsel *nth_evsel(int n) in nth_evsel() function
363 perf_evsel__cmp(counter, nth_evsel(T_CYCLES_IN_TX))) in update_shadow_stats()
366 perf_evsel__cmp(counter, nth_evsel(T_TRANSACTION_START))) in update_shadow_stats()
369 perf_evsel__cmp(counter, nth_evsel(T_ELISION_START))) in update_shadow_stats()
1063 perf_evsel__cmp(evsel, nth_evsel(T_CYCLES_IN_TX))) { in abs_printout()
1070 perf_evsel__cmp(evsel, nth_evsel(T_CYCLES_IN_TX_CP))) { in abs_printout()
1080 perf_evsel__cmp(evsel, nth_evsel(T_TRANSACTION_START)) && in abs_printout()
1090 perf_evsel__cmp(evsel, nth_evsel(T_ELISION_START)) && in abs_printout()