Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dkvm-stat.c238 const char * const *kvm_skip_events(uint16_t e_machine) in kvm_skip_events() function
H A Dkvm-stat.h175 const char * const *kvm_skip_events(uint16_t e_machine);
/linux/tools/perf/
H A Dbuiltin-kvm.c849 for (skip_events = kvm_skip_events(e_machine); *skip_events; skip_events++) in skip_event()