Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Devsel.h388 bool __evsel__match(const struct evsel *evsel, u32 type, u64 config);
390 #define evsel__match(evsel, t, c) __evsel__match(evsel, PERF_TYPE_##t, PERF_COUNT_##c)
H A Devsel.c1860 bool __evsel__match(const struct evsel *evsel, u32 type, u64 config) in __evsel__match() function