Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h918 PERF_RECORD_THROTTLE = 5, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h918 PERF_RECORD_THROTTLE = 5, enumerator
/openbmc/linux/tools/perf/tests/
H A Dcode-reading.c404 if (event->header.type == PERF_RECORD_THROTTLE || in process_event()
/openbmc/linux/tools/perf/util/
H A Dpython.c376 pevent->event.header.type == PERF_RECORD_THROTTLE ? "" : "un", in pyrf_throttle_event__repr()
654 [PERF_RECORD_THROTTLE] = &pyrf_throttle_event__type,
H A Devent.c45 [PERF_RECORD_THROTTLE] = "THROTTLE",
H A Dsession.c1010 [PERF_RECORD_THROTTLE] = perf_event__throttle_swap,
1591 case PERF_RECORD_THROTTLE: in machines__deliver_event()
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1520 if (event->header.type == PERF_RECORD_THROTTLE) in python_process_throttle()
/openbmc/linux/kernel/events/
H A Dcore.c9144 .type = PERF_RECORD_THROTTLE, in perf_log_throttle()