Home
last modified time | relevance | path

Searched refs:ev_type (Results 1 – 6 of 6) sorted by relevance

/external/linux-tools-perf/src/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DEventClass.py36 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument
42 self.ev_type = ev_type
55 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument
69 PerfEvent.__init__(self, name, comm, dso, symbol, raw_buf, ev_type)
84 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL): argument
92 PebsEvent.__init__(self, name, comm, dso, symbol, raw_buf, ev_type)
/external/wpa_supplicant_8/src/wps/
Dwps_upnp.h29 void *priv, enum upnp_wps_wlanevent_type ev_type,
43 enum upnp_wps_wlanevent_type ev_type,
Dwps_upnp.c786 enum upnp_wps_wlanevent_type ev_type, in upnp_wps_device_send_wlan_event() argument
802 os_snprintf(type, sizeof(type), "%1u", ev_type); in upnp_wps_device_send_wlan_event()
809 *(raw + pos) = (u8) ev_type; in upnp_wps_device_send_wlan_event()
828 sm->wlanevent_type = ev_type; in upnp_wps_device_send_wlan_event()
Dwps_upnp_web.c510 int ev_type; in web_process_put_wlan_response() local
535 ev_type = atol(val); in web_process_put_wlan_response()
573 if (ev_type == UPNP_WPS_WLANEVENT_TYPE_EAP) { in web_process_put_wlan_response()
586 iface->ctx->rx_req_put_wlan_response(iface->priv, ev_type, in web_process_put_wlan_response()
/external/linux-tools-perf/src/tools/perf/scripts/python/
Devent_analyzing_sample.py93 if event.ev_type == EVTYPE_GENERIC:
96 elif event.ev_type == EVTYPE_PEBS_LL:
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c1398 void *priv, enum upnp_wps_wlanevent_type ev_type, in hostapd_rx_req_put_wlan_response() argument
1407 MACSTR, ev_type, MAC2STR(mac_addr)); in hostapd_rx_req_put_wlan_response()
1410 if (ev_type != UPNP_WPS_WLANEVENT_TYPE_EAP) { in hostapd_rx_req_put_wlan_response()
1412 "PutWLANResponse WLANEventType %d", ev_type); in hostapd_rx_req_put_wlan_response()