Searched refs:PebsEvent (Results 1 - 1 of 1) sorted by last modified time

/linux-master/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py8 # PerfEvent is the base class for all perf event sample, PebsEvent
28 event = PebsEvent(name, comm, dso, symbol, raw_buf)
56 class PebsEvent(PerfEvent): class in inherits:PerfEvent
73 PebsEvent.pebs_num += 1
85 class PebsNHM(PebsEvent):
95 PebsEvent.__init__(self, name, comm, dso, symbol, raw_buf, ev_type)

Completed in 138 milliseconds