Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCSD/decoder/include/common/
H A Dtrc_gen_elem.h125 inline void OcsdTraceElement::setEvent(const event_t ev_type, const uint16_t number) in setEvent()
/aosp_15_r20/external/bcc/src/python/bcc/
H A D__init__.py1236 def _attach_perf_event(self, progfd, ev_type, ev_config, argument
1244 def attach_perf_event(self, ev_type=-1, ev_config=-1, fn_name=b"", argument
1278 def detach_perf_event(self, ev_type=-1, ev_config=-1): argument
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/src/
Devent_loop.rs183 let ev_type = event.data() as u16; in run() localVariable
/aosp_15_r20/external/bcc/src/cc/api/
H A DBPF.cc414 StatusTuple BPF::attach_perf_event(uint32_t ev_type, uint32_t ev_config, in attach_perf_event()
598 StatusTuple BPF::detach_perf_event(uint32_t ev_type, uint32_t ev_config) { in detach_perf_event()
/aosp_15_r20/external/kernel-headers/original/uapi/linux/
H A Dcn_proc.h70 static inline enum proc_cn_event valid_event(enum proc_cn_event ev_type) in valid_event()
/aosp_15_r20/external/OpenCSD/decoder/include/opencsd/
H A Dtrc_gen_elem_types.h78 uint16_t ev_type; /**< event type - unknown (0) trigger (1), numbered event (2)*/ member
/aosp_15_r20/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp.c811 enum upnp_wps_wlanevent_type ev_type, in upnp_wps_device_send_wlan_event()
H A Dwps_upnp_web.c580 int ev_type; in web_process_put_wlan_response() local
/aosp_15_r20/external/autotest/client/bin/input/
H A Dinput_device.py265 def _ioctl_codes(self, ev_type): argument
/aosp_15_r20/external/crosvm/devices/src/virtio/input/
H A Dmod.rs308 let ev_type = self.subsel as u16; in build_config_memory() localVariable
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c1694 void *priv, enum upnp_wps_wlanevent_type ev_type, in hostapd_rx_req_put_wlan_response()
/aosp_15_r20/external/bcc/src/cc/
H A Dlibbpf.c1772 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config, in bpf_attach_perf_event()