Home
last modified time | relevance | path

Searched refs:stop_script (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dtrace-event-scripting.c83 .stop_script = stop_script_unsupported,
146 .stop_script = stop_script_unsupported,
Dtrace-event.h78 int (*stop_script) (void); member
/Linux-v4.19/tools/perf/util/scripting-engines/
Dtrace-event-perl.c749 .stop_script = perl_stop_script,
Dtrace-event-python.c1777 .stop_script = python_stop_script,
/Linux-v4.19/tools/perf/
Dbuiltin-script.c1780 return scripting_ops ? scripting_ops->stop_script() : 0; in cleanup_scripting()