Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dtrace-event-scripting.c67 .flush_script = flush_script_unsupported,
130 .flush_script = flush_script_unsupported,
Dtrace-event.h75 int (*flush_script) (void); member
/Linux-v5.4/tools/perf/util/scripting-engines/
Dtrace-event-perl.c754 .flush_script = perl_flush_script,
Dtrace-event-python.c1878 .flush_script = python_flush_script,
/Linux-v5.4/tools/perf/
Dbuiltin-script.c1975 return scripting_ops ? scripting_ops->flush_script() : 0; in flush_scripting()