Searched refs:perf_record_throttle (Results 1 – 3 of 3) sorted by relevance
/tools/lib/perf/include/perf/ |
D | event.h | 90 struct perf_record_throttle { struct 401 struct perf_record_throttle throttle;
|
/tools/perf/util/ |
D | python.c | 284 member_def(perf_record_throttle, time, T_ULONGLONG, "timestamp"), 285 member_def(perf_record_throttle, id, T_ULONGLONG, "event id"), 286 member_def(perf_record_throttle, stream_id, T_ULONGLONG, "event stream id"), 292 struct perf_record_throttle *te = (struct perf_record_throttle *)(&pevent->event.header + 1); in pyrf_throttle_event__repr()
|
/tools/lib/perf/Documentation/ |
D | libperf.txt | 181 struct perf_record_throttle;
|