Searched refs:PebsEvent (Results 1 – 1 of 1) sorted by relevance
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | EventClass.py | 26 event = PebsEvent(name, comm, dso, symbol, raw_buf) 53 class PebsEvent(PerfEvent): class 70 PebsEvent.pebs_num += 1 82 class PebsNHM(PebsEvent): 92 PebsEvent.__init__(self, name, comm, dso, symbol, raw_buf, ev_type)
|