Home
last modified time | relevance | path

Searched refs:chdir (Results 1 – 12 of 12) sorted by relevance

/tools/perf/trace/strace/groups/
Dstring4 chdir
/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py559 os.chdir('results')
566 os.chdir(testname)
618 os.chdir('../../')
/tools/testing/selftests/powerpc/benchmarks/
Dfork.c276 if (chdir(dirname) == -1) { in main()
/tools/lib/subcmd/
Drun-command.c112 if (cmd->dir && chdir(cmd->dir)) in start_command()
/tools/perf/util/
Dnamespaces.c257 WARN_ON_ONCE(chdir(nc->oldcwd)); in nsinfo__mountns_exit()
/tools/thermal/tmon/
Dtmon.c366 if ((chdir("/")) < 0) in start_daemon_mode()
/tools/vm/
Dslabinfo.c1197 if (chdir("/sys/kernel/slab") && chdir("/sys/slab")) in read_slab_dir()
1221 if (chdir(de->d_name)) in read_slab_dir()
1276 chdir(".."); in read_slab_dir()
/tools/testing/selftests/capabilities/
Dtest_execve.c149 if (chdir(cwd) != 0) in chdir_to_tmpfs()
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl91 80 common chdir __x64_sys_chdir
/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl22 12 common chdir sys_chdir compat_sys_chdir
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl22 12 common chdir sys_chdir
/tools/include/nolibc/
Dnolibc.h1807 int chdir(const char *path) in chdir() function