perf_record_throttle  359 tools/perf/lib/include/perf/event.h 	struct perf_record_throttle		throttle;
perf_record_throttle  236 tools/perf/util/python.c 	member_def(perf_record_throttle, time, T_ULONGLONG, "timestamp"),
perf_record_throttle  237 tools/perf/util/python.c 	member_def(perf_record_throttle, id, T_ULONGLONG, "event id"),
perf_record_throttle  238 tools/perf/util/python.c 	member_def(perf_record_throttle, stream_id, T_ULONGLONG, "event stream id"),
perf_record_throttle  244 tools/perf/util/python.c 	struct perf_record_throttle *te = (struct perf_record_throttle *)(&pevent->event.header + 1);