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

/linux-master/tools/lib/perf/include/perf/
H A Devent.h93 struct perf_record_throttle { struct
489 struct perf_record_throttle throttle;
/linux-master/tools/perf/util/
H A Dpython.c355 member_def(perf_record_throttle, time, T_ULONGLONG, "timestamp"),
356 member_def(perf_record_throttle, id, T_ULONGLONG, "event id"),
357 member_def(perf_record_throttle, stream_id, T_ULONGLONG, "event stream id"),
363 struct perf_record_throttle *te = (struct perf_record_throttle *)(&pevent->event.header + 1);

Completed in 118 milliseconds