Home
last modified time | relevance | path

Searched refs:PATH_MAX (Results 1 – 25 of 104) sorted by relevance

12345

/tools/lib/api/fs/
Dcgroup.c14 char mountpoint[PATH_MAX + 1], tokens[PATH_MAX + 1], type[PATH_MAX + 1]; in cgroupfs_find_mountpoint()
15 char path_v1[PATH_MAX + 1], path_v2[PATH_MAX + 2], *path; in cgroupfs_find_mountpoint()
30 while (fscanf(fp, "%*s %"__stringify(PATH_MAX)"s %"__stringify(PATH_MAX)"s %" in cgroupfs_find_mountpoint()
31 __stringify(PATH_MAX)"s %*d %*d\n", in cgroupfs_find_mountpoint()
Dtracing_path.c16 static char tracing_mnt[PATH_MAX] = "/sys/kernel/debug";
17 static char tracing_path[PATH_MAX] = "/sys/kernel/debug/tracing";
18 static char tracing_events_path[PATH_MAX] = "/sys/kernel/debug/tracing/events";
120 char filename[PATH_MAX]; in tracing_path__strerror_open_tp()
122 snprintf(filename, PATH_MAX, "%s/%s", sys, name ?: "*"); in tracing_path__strerror_open_tp()
Dfs.c91 char path[PATH_MAX];
160 fscanf(fp, "%*s %" STR(PATH_MAX) "s %99s %*s %*d %*d\n", in fs__read_mounts()
443 char path[PATH_MAX]; in procfs__read_str()
457 char path[PATH_MAX]; in sysfs__read_ull_base()
480 char path[PATH_MAX]; in sysfs__read_int()
493 char path[PATH_MAX]; in sysfs__read_str()
535 char path[PATH_MAX]; in sysctl__read_int()
548 char path[PATH_MAX]; in sysfs__write_int()
554 if (snprintf(path, sizeof(path), "%s/%s", sysfs, entry) >= PATH_MAX) in sysfs__write_int()
Dfs.h12 #ifndef PATH_MAX
13 #define PATH_MAX 4096 macro
/tools/perf/tests/
Dpe-file-parsing.c25 char filename[PATH_MAX]; in run_dir()
26 char debugfile[PATH_MAX]; in run_dir()
28 char debuglink[PATH_MAX]; in run_dir()
33 char expect_debuglink[PATH_MAX] = "pe-file.exe.debug"; in run_dir()
38 scnprintf(filename, PATH_MAX, "%s/pe-file.exe", d); in run_dir()
45 ret = filename__read_debuglink(filename, debuglink, PATH_MAX); in run_dir()
50 scnprintf(debugfile, PATH_MAX, "%s/%s", d, debuglink); in run_dir()
75 char path_dir[PATH_MAX]; in test__pe_file_parsing()
82 snprintf(path_dir, PATH_MAX, "%s/tests", get_argv_exec_path()); in test__pe_file_parsing()
Dpmu.c90 static char dir[PATH_MAX]; in test_format_dir_get()
93 snprintf(dir, PATH_MAX, "/tmp/perf-pmu-test-format-XXXXXX"); in test_format_dir_get()
98 static char name[PATH_MAX]; in test_format_dir_get()
102 scnprintf(name, PATH_MAX, "%s/%s", dir, format->name); in test_format_dir_get()
120 char buf[PATH_MAX]; in test_format_dir_put()
121 snprintf(buf, PATH_MAX, "rm -f %s/*\n", dir); in test_format_dir_put()
125 snprintf(buf, PATH_MAX, "rmdir %s\n", dir); in test_format_dir_put()
Dattr.c71 char path[PATH_MAX]; in store_event()
76 snprintf(path, PATH_MAX, "%s/event-%d-%llu-%d", dir, in store_event()
169 char cmd[3*PATH_MAX]; in run_dir()
174 scnprintf(cmd, 3*PATH_MAX, PYTHON " %s/attr.py -d %s/attr/ -p %s %.*s", in run_dir()
183 char path_perf[PATH_MAX]; in test__attr()
184 char path_dir[PATH_MAX]; in test__attr()
191 snprintf(path_dir, PATH_MAX, "%s/tests", get_argv_exec_path()); in test__attr()
192 snprintf(path_perf, PATH_MAX, "%s/perf", BINDIR); in test__attr()
Dapi-io.c36 static int make_test_file(char path[PATH_MAX], const char *contents) in make_test_file() argument
57 static int setup_test(char path[PATH_MAX], const char *contents, in setup_test() argument
80 static void cleanup_test(char path[PATH_MAX], struct io *io) in cleanup_test() argument
89 char path[PATH_MAX]; in do_test_get_char()
136 char path[PATH_MAX]; in do_test_get_hex()
217 char path[PATH_MAX]; in do_test_get_dec()
/tools/perf/util/
Dcpumap.c100 char path[PATH_MAX]; in cpu__get_topology_int()
102 snprintf(path, PATH_MAX, in cpu__get_topology_int()
307 char path[PATH_MAX]; in set_max_cpu_num()
319 ret = snprintf(path, PATH_MAX, "%s/devices/system/cpu/possible", mnt); in set_max_cpu_num()
320 if (ret >= PATH_MAX) { in set_max_cpu_num()
321 pr_err("sysfs path crossed PATH_MAX(%d) size\n", PATH_MAX); in set_max_cpu_num()
330 ret = snprintf(path, PATH_MAX, "%s/devices/system/cpu/present", mnt); in set_max_cpu_num()
331 if (ret >= PATH_MAX) { in set_max_cpu_num()
332 pr_err("sysfs path crossed PATH_MAX(%d) size\n", PATH_MAX); in set_max_cpu_num()
347 char path[PATH_MAX]; in set_max_node_num()
[all …]
Dpath.c31 static char pathname_array[4][PATH_MAX]; in get_pathname()
55 len = vsnprintf(pathname, PATH_MAX, fmt, args); in mkpath()
57 if (len >= PATH_MAX) in mkpath()
86 char path[PATH_MAX]; in is_directory()
Dnamespaces.c65 char oldns[PATH_MAX]; in nsinfo__init()
66 char spath[PATH_MAX]; in nsinfo__init()
75 if (snprintf(oldns, PATH_MAX, "/proc/self/ns/mnt") >= PATH_MAX) in nsinfo__init()
99 if (snprintf(spath, PATH_MAX, "/proc/%d/status", nsi->pid) >= PATH_MAX) in nsinfo__init()
204 char curpath[PATH_MAX]; in nsinfo__mountns_enter()
218 if (snprintf(curpath, PATH_MAX, "/proc/self/ns/mnt") >= PATH_MAX) in nsinfo__mountns_enter()
Dpmu.c58 char path[PATH_MAX]; in perf_pmu__format_parse()
65 snprintf(path, PATH_MAX, "%s/%s", dir, name); in perf_pmu__format_parse()
88 char path[PATH_MAX]; in pmu_format()
94 snprintf(path, PATH_MAX, in pmu_format()
149 char path[PATH_MAX]; in perf_pmu__parse_scale()
151 scnprintf(path, PATH_MAX, "%s/%s.scale", dir, name); in perf_pmu__parse_scale()
177 char path[PATH_MAX]; in perf_pmu__parse_unit()
181 scnprintf(path, PATH_MAX, "%s/%s.unit", dir, name); in perf_pmu__parse_unit()
208 char path[PATH_MAX]; in perf_pmu__parse_per_pkg()
211 scnprintf(path, PATH_MAX, "%s/%s.per-pkg", dir, name); in perf_pmu__parse_per_pkg()
[all …]
Dllvm-utils.c74 char buf[PATH_MAX]; in search_program()
81 strlcpy(output, def, PATH_MAX); in search_program()
100 strlcpy(output, buf, PATH_MAX); in search_program()
441 char clang_path[PATH_MAX], llc_path[PATH_MAX], abspath[PATH_MAX], nr_cpus_avail_str[64]; in llvm__compile_bpf()
603 char clang_path[PATH_MAX]; in llvm__search_clang()
/tools/lib/subcmd/
Dexec-cmd.c15 #define PATH_MAX 4096 macro
38 static char cwd[PATH_MAX + 1]; in get_pwd_cwd()
41 if (getcwd(cwd, PATH_MAX) == NULL) in get_pwd_cwd()
49 strlcpy(cwd, pwd, PATH_MAX); in get_pwd_cwd()
57 static char buf[PATH_MAX + 1]; in make_nonrelative_path()
60 if (strlcpy(buf, path, PATH_MAX) >= PATH_MAX) in make_nonrelative_path()
66 if (snprintf(buf, PATH_MAX, "%s/%s", cwd, path) >= PATH_MAX) in make_nonrelative_path()
/tools/testing/selftests/bpf/
Dcgroup_helpers.c46 char path[PATH_MAX + 1]; in enable_all_controllers()
47 char buf[PATH_MAX]; in enable_all_controllers()
101 char cgroup_workdir[PATH_MAX - 24]; in setup_cgroup_environment()
145 char cgroup_procs_path[PATH_MAX + 1]; in join_cgroup_from_top()
180 char cgroup_path[PATH_MAX + 1]; in join_cgroup()
201 char cgroup_workdir[PATH_MAX + 1]; in cleanup_cgroup_environment()
220 char cgroup_path[PATH_MAX + 1]; in create_and_get_cgroup()
253 char cgroup_workdir[PATH_MAX + 1]; in get_cgroup_id()
/tools/perf/jvmti/
Djvmti_agent.c45 static char jit_path[PATH_MAX];
149 ret = snprintf(jit_path, PATH_MAX, "%s/.debug/", base); in create_jit_cache_dir()
150 if (ret >= PATH_MAX) { in create_jit_cache_dir()
164 ret = snprintf(jit_path, PATH_MAX, "%s/.debug/jit", base); in create_jit_cache_dir()
165 if (ret >= PATH_MAX) { in create_jit_cache_dir()
179 ret = snprintf(jit_path, PATH_MAX, "%s/.debug/jit/%s.XXXXXXXX", base, str); in create_jit_cache_dir()
180 if (ret >= PATH_MAX) { in create_jit_cache_dir()
248 char dump_path[PATH_MAX]; in jvmti_open()
276 ret = snprintf(dump_path, PATH_MAX, "%s/jit-%i.dump", jit_path, getpid()); in jvmti_open()
277 if (ret >= PATH_MAX) { in jvmti_open()
/tools/cgroup/
Dcgroup_event_listener.c27 char event_control_path[PATH_MAX]; in main()
38 ret = snprintf(event_control_path, PATH_MAX, "%s/cgroup.event_control", in main()
40 if (ret >= PATH_MAX) in main()
/tools/perf/arch/s390/util/
Dmachine.c14 char path[PATH_MAX]; in arch__fix_module_text_start()
16 snprintf(path, PATH_MAX, "module/%.*s/sections/.text", in arch__fix_module_text_start()
/tools/testing/selftests/powerpc/
Dutils.c144 char path[PATH_MAX] = "/sys/"; in read_sysfs_file()
147 strncat(path, fpath, PATH_MAX - strlen(path) - 1); in read_sysfs_file()
165 char path[PATH_MAX]; in read_debugfs_file()
169 strncat(path, debugfs_file, PATH_MAX - strlen(path) - 1); in read_debugfs_file()
187 char path[PATH_MAX]; in write_debugfs_file()
191 strncat(path, debugfs_file, PATH_MAX - strlen(path) - 1); in write_debugfs_file()
/tools/testing/selftests/openat2/
Dhelpers.c61 target = malloc(PATH_MAX); in fdreadlink()
64 memset(target, 0, PATH_MAX); in fdreadlink()
66 E_readlink(tmp, target, PATH_MAX); in fdreadlink()
/tools/perf/
Dbuiltin-buildid-cache.c35 char root_dir[PATH_MAX]; in build_id_cache__kcore_buildid()
54 char from[PATH_MAX]; in same_kallsyms_reloc()
55 char to[PATH_MAX]; in same_kallsyms_reloc()
81 char from[PATH_MAX]; in build_id_cache__kcore_existing()
82 char to[PATH_MAX]; in build_id_cache__kcore_existing()
83 char to_subdir[PATH_MAX]; in build_id_cache__kcore_existing()
120 char from_dir[PATH_MAX], to_dir[PATH_MAX]; in build_id_cache__add_kcore()
276 char filename[PATH_MAX]; in dso__missing_buildid_cache()
/tools/bpf/bpftool/
Dtracelog.c48 if (src_len + 1 >= PATH_MAX) { in find_tracefs_mnt_single()
82 PATH_MAX - strlen(pipe_name) - 1); in get_tracefs_pipe()
130 char trace_pipe[PATH_MAX]; in do_tracelog()
/tools/testing/selftests/powerpc/ptrace/
Dcore-pkey.c291 filename[0] = filenames = malloc(PATH_MAX); in parent()
297 ret = snprintf(filename[0], PATH_MAX, "core-pkey.%d", pid); in parent()
298 if (ret < 0 || ret >= PATH_MAX) { in parent()
304 ret = snprintf(filename[1], PATH_MAX - ret - 1, "core.%d", pid); in parent()
305 if (ret < 0 || ret >= PATH_MAX - ret - 1) { in parent()
373 core_pattern = malloc(PATH_MAX); in setup_core_pattern()
386 ret = fread(core_pattern, 1, PATH_MAX, f); in setup_core_pattern()
/tools/usb/usbip/src/
Dusbip_detach.c36 char path[PATH_MAX+1]; in detach_port()
77 snprintf(path, PATH_MAX, VHCI_STATE_PATH"/port%d", portnum); in detach_port()
/tools/perf/arch/arm64/util/
Dheader.c29 char path[PATH_MAX]; in _get_cpuid()
32 scnprintf(path, PATH_MAX, "%s/devices/system/cpu/cpu%d"MIDR, in _get_cpuid()

12345