Home
last modified time | relevance | path

Searched refs:process_throttle (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dtrace-event.h108 void (*process_throttle)(union perf_event *event, member
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c2676 if (scripting_ops && scripting_ops->process_throttle) in process_throttle_event()
2677 scripting_ops->process_throttle(event, sample, machine); in process_throttle_event()
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c2216 .process_throttle = python_process_throttle,