Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h933 PERF_RECORD_THROTTLE = 5, enumerator
/linux-6.15/include/uapi/linux/
H A Dperf_event.h933 PERF_RECORD_THROTTLE = 5, enumerator
/linux-6.15/tools/perf/tests/
H A Dcode-reading.c510 if (event->header.type == PERF_RECORD_THROTTLE || in process_event()
/linux-6.15/tools/perf/util/
H A Dpython.c181 pevent->event.header.type == PERF_RECORD_THROTTLE ? "" : "un", in pyrf_throttle_event__repr()
459 [PERF_RECORD_THROTTLE] = &pyrf_throttle_event__type,
H A Devent.c45 [PERF_RECORD_THROTTLE] = "THROTTLE",
H A Dsession.c706 [PERF_RECORD_THROTTLE] = perf_event__throttle_swap,
1324 case PERF_RECORD_THROTTLE: in machines__deliver_event()
/linux-6.15/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1526 if (event->header.type == PERF_RECORD_THROTTLE) in python_process_throttle()
/linux-6.15/kernel/events/
H A Dcore.c9645 .type = PERF_RECORD_THROTTLE, in perf_log_throttle()