Home
last modified time | relevance | path

Searched defs:script (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/exec/
DMakefile8 script: target
Dexecveat.c364 const char *script = "#!/bin/sh\nexit $*\n"; in prerequisites() local
/tools/perf/
Dbuiltin-script.c847 static void process_event(struct perf_script *script, in process_event()
1065 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_comm_event() local
1099 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_fork_event() local
1131 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_exit_event() local
1163 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_mmap_event() local
1194 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_mmap2_event() local
1225 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_switch_event() local
1250 static int __cmd_script(struct perf_script *script) in __cmd_script()
1357 const char *script, *ext; in parse_scriptname() local
1956 static void script__setup_sample_type(struct perf_script *script) in script__setup_sample_type()
[all …]
/tools/perf/ui/browsers/
Dscripts.c118 struct perf_script_browser script = { in script_browse() local
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c469 static int perl_start_script(const char *script, int argc, const char **argv) in perl_start_script()
Dtrace-event-python.c1105 static int python_start_script(const char *script, int argc, const char **argv) in python_start_script()