Home
last modified time | relevance | path

Searched defs:ev_type (Results 1 – 7 of 7) sorted by relevance

/external/bcc/src/python/bcc/
D__init__.py840 def _attach_perf_event(self, progfd, ev_type, ev_config, argument
848 def attach_perf_event(self, ev_type=-1, ev_config=-1, fn_name=b"", argument
862 def detach_perf_event(self, ev_type=-1, ev_config=-1): argument
/external/bcc/src/cc/api/
DBPF.cc298 StatusTuple BPF::attach_perf_event(uint32_t ev_type, uint32_t ev_config, in attach_perf_event()
455 StatusTuple BPF::detach_perf_event(uint32_t ev_type, uint32_t ev_config) { in detach_perf_event()
/external/wpa_supplicant_8/src/wps/
Dwps_upnp.c789 enum upnp_wps_wlanevent_type ev_type, in upnp_wps_device_send_wlan_event()
Dwps_upnp_web.c580 int ev_type; in web_process_put_wlan_response() local
/external/autotest/client/bin/input/
Dinput_device.py256 def _ioctl_codes(self, ev_type): argument
/external/bcc/src/cc/
Dlibbpf.c1371 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config, in bpf_attach_perf_event()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c1508 void *priv, enum upnp_wps_wlanevent_type ev_type, in hostapd_rx_req_put_wlan_response()