Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dstat-shadow.c87 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()
385 } else if (perf_stat_evsel__is(evsel, CYCLES_IN_TX)) { in perf_stat__print_shadow_stats()
391 } else if (perf_stat_evsel__is(evsel, CYCLES_IN_TX_CP)) { in perf_stat__print_shadow_stats()
400 } else if (perf_stat_evsel__is(evsel, TRANSACTION_START) && in perf_stat__print_shadow_stats()
408 } else if (perf_stat_evsel__is(evsel, ELISION_START) && in perf_stat__print_shadow_stats()
Dstat.h64 #define perf_stat_evsel__is(evsel, id) \ macro