Searched refs:__evsel__match (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Devsel.h357 static inline bool __evsel__match(const struct evsel *evsel, u32 type, u64 config) function
369 #define evsel__match(evsel, t, c) __evsel__match(evsel, PERF_TYPE_##t, PERF_COUNT_##c)

Completed in 108 milliseconds