Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-kvm.c848 const char * const *skip_events; in skip_event()
850 for (skip_events = kvm_skip_events(e_machine); *skip_events; skip_events++) in skip_event()
851 if (!strcmp(event, *skip_events)) in skip_event()
847 const char * const *skip_events; skip_event() local
/linux/drivers/usb/host/
H A Dxhci-ring.c3093 bool skip_events) in xhci_handle_events() argument
3119 if (!skip_events) in xhci_handle_events()