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

/linux-master/tools/perf/util/
H A Dtrace-event-scripting.c95 .flush_script = flush_script_unsupported,
161 .flush_script = flush_script_unsupported,
H A Dtrace-event.h96 int (*flush_script) (void); member in struct:scripting_ops
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c768 .flush_script = perl_flush_script,
H A Dtrace-event-python.c2228 .flush_script = python_flush_script,
/linux-master/tools/perf/
H A Dbuiltin-script.c2347 return scripting_ops ? scripting_ops->flush_script() : 0;

Completed in 156 milliseconds