Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dtrace-event-scripting.c81 .flush_script = flush_script_unsupported,
145 .flush_script = flush_script_unsupported,
Dtrace-event.h70 int (*flush_script) (void); member
/linux-4.1.27/tools/perf/util/scripting-engines/
Dtrace-event-perl.c628 .flush_script = perl_flush_script,
Dtrace-event-python.c1205 .flush_script = python_flush_script,
/linux-4.1.27/tools/perf/
Dbuiltin-script.c517 .flush_script = default_flush_script,
535 return scripting_ops->flush_script(); in flush_scripting()