Home
last modified time | relevance | path

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

/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
A DEventClass.py38 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument
44 self.ev_type = ev_type
58 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument
72 PerfEvent.__init__(self, name, comm, dso, symbol, raw_buf, ev_type)
87 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL): argument
95 PebsEvent.__init__(self, name, comm, dso, symbol, raw_buf, ev_type)
/tools/iio/
A Diio_event_monitor.c149 enum iio_event_type ev_type = IIO_EVENT_CODE_EXTRACT_TYPE(event->id); in event_is_known() local
246 switch (ev_type) { in event_is_known()
280 enum iio_event_type ev_type = IIO_EVENT_CODE_EXTRACT_TYPE(event->id); in print_event() local
305 printf(", evtype: %s", iio_ev_type_text[ev_type]); in print_event()
/tools/perf/scripts/python/
A Devent_analyzing_sample.py96 if event.ev_type == EVTYPE_GENERIC:
99 elif event.ev_type == EVTYPE_PEBS_LL:

Completed in 6 milliseconds