Home
last modified time | relevance | path

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

/tools/perf/util/
Dtrace-event.h111 void (*process_throttle)(union perf_event *event, member
/tools/perf/
Dbuiltin-script.c2787 if (scripting_ops && scripting_ops->process_throttle) in process_throttle_event()
2788 scripting_ops->process_throttle(event, sample, machine); in process_throttle_event()
/tools/perf/util/scripting-engines/
Dtrace-event-python.c2242 .process_throttle = python_process_throttle,