Home
last modified time | relevance | path

Searched refs:execve (Results 1 – 9 of 9) sorted by relevance

/tools/perf/trace/strace/groups/
Dfile4 execve
Dstring10 execve
/tools/testing/selftests/exec/
Drecursion-depth.c61 int rv = execve(FILENAME, NULL, NULL); in main()
/tools/testing/selftests/timens/
Dexec.c80 execve("/proc/self/exe", cargv, cenv); in main()
/tools/testing/selftests/powerpc/benchmarks/
Dfork.c79 if (execve("./exec_target", argv, NULL) == -1) { in run_exec()
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl70 59 64 execve sys_execve
380 520 x32 execve compat_sys_execve
/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl21 11 common execve sys_execve compat_sys_execve
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl21 11 nospu execve sys_execve compat_sys_execve
/tools/include/nolibc/
Dnolibc.h1879 int execve(const char *filename, char *const argv[], char *const envp[]) in execve() function