Searched refs:perf_record_throttle (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/lib/perf/include/perf/ |
A D | event.h | 91 struct perf_record_throttle { struct 476 struct perf_record_throttle throttle;
|
/linux-6.3-rc2/tools/perf/util/ |
A D | python.c | 308 member_def(perf_record_throttle, time, T_ULONGLONG, "timestamp"), 309 member_def(perf_record_throttle, id, T_ULONGLONG, "event id"), 310 member_def(perf_record_throttle, stream_id, T_ULONGLONG, "event stream id"), 316 struct perf_record_throttle *te = (struct perf_record_throttle *)(&pevent->event.header + 1); in pyrf_throttle_event__repr()
|
/linux-6.3-rc2/tools/lib/perf/Documentation/ |
A D | libperf.txt | 183 struct perf_record_throttle;
|
Completed in 8 milliseconds