Searched defs:ev_type (Results 1 – 10 of 10) sorted by relevance
/external/OpenCSD/decoder/include/common/ |
D | trc_gen_elem.h | 123 inline void OcsdTraceElement::setEvent(const event_t ev_type, const uint16_t number) in setEvent()
|
/external/bcc/src/python/bcc/ |
D | __init__.py | 868 def _attach_perf_event(self, progfd, ev_type, ev_config, argument 876 def attach_perf_event(self, ev_type=-1, ev_config=-1, fn_name=b"", argument 890 def detach_perf_event(self, ev_type=-1, ev_config=-1): argument
|
/external/OpenCSD/decoder/include/opencsd/ |
D | trc_gen_elem_types.h | 77 uint16_t ev_type; /**< event type - unknown (0) trigger (1), numbered event (2)*/ member
|
/external/bcc/src/cc/api/ |
D | BPF.cc | 299 StatusTuple BPF::attach_perf_event(uint32_t ev_type, uint32_t ev_config, in attach_perf_event() 456 StatusTuple BPF::detach_perf_event(uint32_t ev_type, uint32_t ev_config) { in detach_perf_event()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp.c | 811 enum upnp_wps_wlanevent_type ev_type, in upnp_wps_device_send_wlan_event()
|
D | wps_upnp_web.c | 580 int ev_type; in web_process_put_wlan_response() local
|
/external/autotest/client/bin/input/ |
D | input_device.py | 260 def _ioctl_codes(self, ev_type): argument
|
/external/bcc/src/cc/ |
D | libbpf.c | 1421 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config, in bpf_attach_perf_event()
|
/external/crosvm/devices/src/virtio/input/ |
D | mod.rs | 292 let ev_type = self.subsel as u16; in build_config_memory() localVariable
|
/external/wpa_supplicant_8/src/ap/ |
D | wps_hostapd.c | 1686 void *priv, enum upnp_wps_wlanevent_type ev_type, in hostapd_rx_req_put_wlan_response()
|