Home
last modified time | relevance | path

Searched refs:EVTYPE_PEBS_LL (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DEventClass.py18 EVTYPE_PEBS_LL = 2 # PEBS event with load latency info variable
87 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS_LL):
/linux-5.19.10/tools/perf/scripts/python/
Devent_analyzing_sample.py99 elif event.ev_type == EVTYPE_PEBS_LL: