Home
last modified time | relevance | path

Searched refs:perf_record_throttle (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/tools/perf/lib/include/perf/
Devent.h78 struct perf_record_throttle { struct
359 struct perf_record_throttle throttle;
/Linux-v5.4/tools/perf/util/
Dpython.c236 member_def(perf_record_throttle, time, T_ULONGLONG, "timestamp"),
237 member_def(perf_record_throttle, id, T_ULONGLONG, "event id"),
238 member_def(perf_record_throttle, stream_id, T_ULONGLONG, "event stream id"),
244 struct perf_record_throttle *te = (struct perf_record_throttle *)(&pevent->event.header + 1); in pyrf_throttle_event__repr()