OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stop_script
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/util/
trace-event-scripting.c
75
.
stop_script
= stop_script_unsupported,
136
.
stop_script
= stop_script_unsupported,
trace-event.h
284
int (*
stop_script
) (void);
member in struct:scripting_ops
/external/linux-tools-perf/
builtin-script.c
321
.
stop_script
= default_stop_script,
340
return scripting_ops->
stop_script
();
/external/linux-tools-perf/util/scripting-engines/
trace-event-perl.c
568
.
stop_script
= perl_stop_script,
trace-event-python.c
596
.
stop_script
= python_stop_script,
Completed in 285 milliseconds