Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Devsel.h360 static inline bool evsel__is_clock(struct evsel *evsel) in evsel__is_clock() function
Dstat-shadow.c219 if (evsel__is_clock(counter)) in perf_stat__update_shadow_stats()
1083 } else if (evsel__is_clock(evsel)) { in perf_stat__print_shadow_stats()
Dstat-display.c562 evsel__is_clock(alias) != evsel__is_clock(counter) || in collect_all_aliases()
Devsel.c276 if (evsel__is_clock(evsel)) { in evsel__new_idx()