Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/kvm/
H A 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()

Completed in 2 milliseconds