Home
last modified time | relevance | path

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

/tools/testing/selftests/exec/
Dnull-argv.c71 FORK(execve(argv[0], str, NULL)); in main()
72 FORK(execve(argv[0], NULL, NULL)); in main()
73 FORK(execve(argv[0], NULL, envp)); in main()
74 FORK(execve(argv[0], args, NULL)); in main()
75 FORK(execve(argv[0], args, envp)); in main()
Drecursion-depth.c62 rv = execve(FILENAME, NULL, NULL); in main()
/tools/perf/trace/strace/groups/
Dfile4 execve
Dstring10 execve
/tools/perf/tests/shell/
Dftrace.sh74 grep execve "${output}"
/tools/testing/selftests/powerpc/dexcr/
Ddexcr_test.c141 execve("/proc/self/exe", args, NULL); in dexcr_prctl_aspect_test()
163 execve("/proc/self/exe", args, NULL); in dexcr_prctl_aspect_test()
Dhashchk_test.c139 execve("/proc/self/exe", hashchk_exec_child_args, NULL); in hashchk_exec_random_key_test()
/tools/testing/selftests/riscv/vector/
Dvstate_exec_nolibc.c36 rc = execve(THIS_PROGRAM, exec_argv, exec_envp); in main()
Dvstate_prctl.c28 rc = execve(NEXT_PROGRAM, exec_argv, exec_envp); in launch_test()
/tools/testing/selftests/timens/
Dexec.c80 execve("/proc/self/exe", cargv, cenv); in main()
Dvfork_exec.c120 execve("/proc/self/exe", cargv, cenv); in main()
/tools/perf/bench/
Dsyscall.c64 execve(pathname, argv, NULL); in test_execve()
/tools/testing/selftests/rlimits/
Drlimits-per-userns.c81 execve(service_prog, argv, envp); in fork_child()
/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.tbl71 59 64 execve sys_execve
404 520 x32 execve compat_sys_execve
Dsyscall_32.tbl26 11 i386 execve sys_execve compat_sys_execve
/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl67 57 n64 execve sys_execve
/tools/include/nolibc/
Dsys.h286 int execve(const char *filename, char *const argv[], char *const envp[]) in execve() function
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl21 11 nospu execve sys_execve compat_sys_execve
/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl21 11 common execve sys_execve compat_sys_execve
/tools/perf/
Dbuiltin-daemon.c391 exit(execve(daemon->perf, argv, NULL)); in daemon_session__run()
/tools/testing/selftests/nolibc/
Dnolibc-test.c1050 …CASE_TEST(execve_root); EXPECT_SYSER(1, execve("/", (char*[]){ [0] = "/", [1] = NULL }, NULL… in run_syscall()
/tools/testing/selftests/landlock/
Dfs_test.c1993 ASSERT_EQ(err ? -1 : 0, execve(path, argv, NULL)) in test_execute()