Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/
Dpmu.c319 static bool filter_contains_match(u64 *events, u64 nevents, u64 eventsel) in filter_contains_match() function
355 if (filter_contains_match(f->includes, f->nr_includes, eventsel) && in is_gp_event_allowed()
356 !filter_contains_match(f->excludes, f->nr_excludes, eventsel)) in is_gp_event_allowed()