Searched refs:PebsEvent (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py7 # PerfEvent is the base class for all perf event sample, PebsEvent
26 event = PebsEvent(name, comm, dso, symbol, raw_buf)
53 class PebsEvent(PerfEvent): class in inherits:PerfEvent
70 PebsEvent.pebs_num += 1
82 class PebsNHM(PebsEvent):
92 PebsEvent.__init__(self, name, comm, dso, symbol, raw_buf, ev_type)

Completed in 124 milliseconds