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.c847 const char * const *skip_events; in skip_event() local
849 for (skip_events = kvm_skip_events(e_machine); *skip_events; skip_events++) in skip_event()
850 if (!strcmp(event, *skip_events)) in skip_event()
/linux/drivers/usb/host/
H A Dxhci-ring.c3087 bool skip_events) in xhci_handle_events() argument
3113 if (!skip_events) in xhci_handle_events()