Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtrace-event-scripting.c176 .flush_script = flush_script_unsupported,
242 .flush_script = flush_script_unsupported,
H A Dtrace-event.h93 int (*flush_script) (void); member
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c2200 .flush_script = python_flush_script,
/linux/tools/perf/
H A Dbuiltin-script.c2623 return scripting_ops ? scripting_ops->flush_script() : 0; in flush_scripting()