| /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| A D | EventClass.py | 26 def create_event(name, comm, dso, symbol, raw_buf): argument 27 if (len(raw_buf) == 144): 28 event = PebsEvent(name, comm, dso, symbol, raw_buf) 29 elif (len(raw_buf) == 176): 30 event = PebsNHM(name, comm, dso, symbol, raw_buf) 32 event = PerfEvent(name, comm, dso, symbol, raw_buf) 38 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC): argument 43 self.raw_buf = raw_buf 58 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS): argument 59 tmp_buf=raw_buf[0:80] [all …]
|
| /tools/perf/scripts/python/ |
| A D | intel-pt-events.py | 151 def print_cbr(raw_buf): argument 165 def print_pwre(raw_buf): argument 189 def print_psb(raw_buf): argument 198 def print_evt(raw_buf): argument 380 print_cbr(raw_buf) 384 print_mwait(raw_buf) 388 print_pwre(raw_buf) 396 print_pwrx(raw_buf) 400 print_psb(raw_buf) 404 print_evt(raw_buf) [all …]
|
| A D | export-to-sqlite.py | 731 def cbr(id, raw_buf): argument 742 def mwait(id, raw_buf): argument 752 def pwre(id, raw_buf): argument 764 def exstop(id, raw_buf): argument 772 def pwrx(id, raw_buf): argument 786 ptwrite(id, raw_buf) 788 mwait(id, raw_buf) 790 pwre(id, raw_buf) 792 exstop(id, raw_buf) 794 pwrx(id, raw_buf) [all …]
|
| A D | export-to-postgresql.py | 1056 def cbr(id, raw_buf): argument 1064 def mwait(id, raw_buf): argument 1072 def pwre(id, raw_buf): argument 1081 def exstop(id, raw_buf): argument 1088 def pwrx(id, raw_buf): argument 1099 ptwrite(id, raw_buf) 1101 mwait(id, raw_buf) 1103 pwre(id, raw_buf) 1105 exstop(id, raw_buf) 1107 pwrx(id, raw_buf) [all …]
|
| A D | event_analyzing_sample.py | 76 raw_buf = param_dict["raw_buf"] 92 event = create_event(name, comm, dso, symbol, raw_buf)
|
| /tools/net/ynl/lib/ |
| A D | ynl.h | 87 unsigned char raw_buf[]; member
|
| A D | ynl.c | 750 ys->tx_buf = &ys->raw_buf[0]; in ynl_sock_create() 751 ys->rx_buf = &ys->raw_buf[YNL_SOCKET_BUFFER_SIZE]; in ynl_sock_create()
|
| /tools/perf/Documentation/ |
| A D | perf-script-python.txt | 648 weight, transaction, raw_buf, attr, cpumode.
|