Searched refs:process_throttle (Results 1 – 3 of 3) sorted by relevance
93 void (*process_throttle)(union perf_event *event, member
2636 if (scripting_ops && scripting_ops->process_throttle) in process_throttle_event()2637 scripting_ops->process_throttle(event, sample, machine); in process_throttle_event()
2174 .process_throttle = python_process_throttle,