Searched refs:PebsEvent (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | EventClass.py | 28 event = PebsEvent(name, comm, dso, symbol, raw_buf) 56 class PebsEvent(PerfEvent): class 73 PebsEvent.pebs_num += 1 85 class PebsNHM(PebsEvent): 95 PebsEvent.__init__(self, name, comm, dso, symbol, raw_buf, ev_type)
|