Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dtrace-event-scripting.c81 .flush_script = flush_script_unsupported,
145 .flush_script = flush_script_unsupported,
Dtrace-event.h72 int (*flush_script) (void); member
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-perl.c629 .flush_script = perl_flush_script,
Dtrace-event-python.c1206 .flush_script = python_flush_script,
/linux-4.4.14/tools/perf/
Dbuiltin-script.c671 .flush_script = default_flush_script,
689 return scripting_ops->flush_script(); in flush_scripting()