Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dtool.h38 unthrottle; member
Dsession.c273 if (tool->unthrottle == NULL) in perf_tool__fill_defaults()
274 tool->unthrottle = process_event_stub; in perf_tool__fill_defaults()
1029 return tool->unthrottle(tool, event, sample, machine); in perf_session_deliver_event()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-inject.c412 .unthrottle = perf_event__repipe, in cmd_inject()