Searched refs:e_config (Results 1 – 1 of 1) sorted by relevance
2061 u64 e_config = evsel->core.attr.config; in __evsel__match() local2063 if (e_type == type && e_config == config) in __evsel__match()2069 e_config &= PERF_HW_EVENT_MASK; in __evsel__match()2070 if (e_type == type && e_config == config) in __evsel__match()