Searched refs:execve (Results 1 – 13 of 13) sorted by relevance
/tools/perf/trace/strace/groups/ |
D | file | 4 execve
|
D | string | 10 execve
|
/tools/testing/selftests/exec/ |
D | recursion-depth.c | 61 int rv = execve(FILENAME, NULL, NULL); in main()
|
/tools/testing/selftests/timens/ |
D | exec.c | 80 execve("/proc/self/exe", cargv, cenv); in main()
|
/tools/testing/selftests/rlimits/ |
D | rlimits-per-userns.c | 81 execve(service_prog, argv, envp); in fork_child()
|
/tools/testing/selftests/powerpc/benchmarks/ |
D | fork.c | 79 if (execve("./exec_target", argv, NULL) == -1) { in run_exec()
|
/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 70 59 64 execve sys_execve 388 520 x32 execve compat_sys_execve
|
/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 67 57 n64 execve sys_execve
|
/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 21 11 common execve sys_execve compat_sys_execve
|
/tools/include/nolibc/ |
D | nolibc.h | 629 int execve(const char *filename, char *const argv[], char *const envp[]) in execve() function
|
/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 21 11 nospu execve sys_execve compat_sys_execve
|
/tools/perf/ |
D | builtin-daemon.c | 390 exit(execve(daemon->perf, argv, NULL)); in daemon_session__run()
|
/tools/testing/selftests/landlock/ |
D | fs_test.c | 1757 ASSERT_EQ(err ? -1 : 0, execve(path, argv, NULL)) in test_execute()
|