Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dtrace-event-scripting.c96 .stop_script = stop_script_unsupported,
162 .stop_script = stop_script_unsupported,
H A Dtrace-event.h94 int (*stop_script) (void); member
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c766 .stop_script = perl_stop_script,
H A Dtrace-event-python.c2210 .stop_script = python_stop_script,
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c2338 return scripting_ops ? scripting_ops->stop_script() : 0; in cleanup_scripting()