Home
last modified time | relevance | path

Searched refs:PERF_RECORD_THROTTLE (Results 1 – 8 of 8) sorted by relevance

/linux/include/uapi/linux/
H A Dperf_event.h922 PERF_RECORD_THROTTLE = 5, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h922 PERF_RECORD_THROTTLE = 5, enumerator
/linux/tools/perf/tests/
H A Dcode-reading.c414 if (event->header.type == PERF_RECORD_THROTTLE || in process_event()
/linux/tools/perf/util/
H A Dpython.c217 pevent->event.header.type == PERF_RECORD_THROTTLE ? "" : "un", in pyrf_throttle_event__repr()
495 [PERF_RECORD_THROTTLE] = &pyrf_throttle_event__type,
H A Devent.c45 [PERF_RECORD_THROTTLE] = "THROTTLE",
H A Dsession.c705 [PERF_RECORD_THROTTLE] = perf_event__throttle_swap,
1303 case PERF_RECORD_THROTTLE: in machines__deliver_event()
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1538 if (event->header.type == PERF_RECORD_THROTTLE) in python_process_throttle()
/linux/kernel/events/
H A Dcore.c9279 .type = PERF_RECORD_THROTTLE, in perf_log_throttle()