Searched refs:perf_record_throttle (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/ |
D | event.h | 80 struct perf_record_throttle { struct 391 struct perf_record_throttle throttle;
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | python.c | 257 member_def(perf_record_throttle, time, T_ULONGLONG, "timestamp"), 258 member_def(perf_record_throttle, id, T_ULONGLONG, "event id"), 259 member_def(perf_record_throttle, stream_id, T_ULONGLONG, "event stream id"), 265 struct perf_record_throttle *te = (struct perf_record_throttle *)(&pevent->event.header + 1); in pyrf_throttle_event__repr()
|
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/ |
D | libperf.txt | 178 struct perf_record_throttle;
|