Home
last modified time | relevance | path

Searched refs:MAXPATHLEN (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/util/
H A Dcputopo.c38 char filename[MAXPATHLEN]; in build_cpu_topology()
45 scnprintf(filename, MAXPATHLEN, PACKAGE_CPUS_FMT, in build_cpu_topology()
48 scnprintf(filename, MAXPATHLEN, PACKAGE_CPUS_FMT_OLD, in build_cpu_topology()
80 scnprintf(filename, MAXPATHLEN, DIE_CPUS_FMT, in build_cpu_topology()
108 scnprintf(filename, MAXPATHLEN, CORE_CPUS_FMT, in build_cpu_topology()
111 scnprintf(filename, MAXPATHLEN, CORE_CPUS_FMT_OLD, in build_cpu_topology()
224 char filename[MAXPATHLEN]; in has_die_topology()
234 scnprintf(filename, MAXPATHLEN, DIE_CPUS_FMT, in has_die_topology()
317 char str[MAXPATHLEN]; in load_numa_node()
327 scnprintf(str, MAXPATHLEN, NODE_MEMINFO_FMT, in load_numa_node()
[all …]
H A Dtracepoint.c16 char evt_path[MAXPATHLEN]; in tp_event_has_id()
19 snprintf(evt_path, MAXPATHLEN, "%s/%s/id", dir_path, evt_dir->d_name); in tp_event_has_id()
H A Dconfig.c55 char buildid_dir[MAXPATHLEN]; /* root dir for buildid, binary cache */
447 strncpy(buildid_dir, dir, MAXPATHLEN-1); in perf_buildid_config()
448 buildid_dir[MAXPATHLEN-1] = '\0'; in perf_buildid_config()
915 scnprintf(buildid_dir, MAXPATHLEN, "%s", dir); in set_buildid_dir()
922 snprintf(buildid_dir, MAXPATHLEN, "%s/%s", in set_buildid_dir()
925 strncpy(buildid_dir, DEBUG_CACHE_DIR, MAXPATHLEN-1); in set_buildid_dir()
927 buildid_dir[MAXPATHLEN-1] = '\0'; in set_buildid_dir()
H A Dtrace-event-info.c412 char evt_path[MAXPATHLEN]; in tracepoint_id_to_path()
429 scnprintf(evt_path, MAXPATHLEN, "%s/%s/id", dir_path, in tracepoint_id_to_path()
H A Dheader.c561 char pbuf[MAXPATHLEN], *buf; in write_cmdline()
565 buf = perf_exe(pbuf, MAXPATHLEN); in write_cmdline()
/linux/tools/include/nolibc/
H A Dtypes.h85 #ifndef MAXPATHLEN
86 #define MAXPATHLEN (PATH_MAX) macro
/linux/tools/perf/
H A Dbuiltin-script.c3364 buf = malloc(3 * MAXPATHLEN + BUFSIZ); in list_available_scripts()
3370 script_path = buf + MAXPATHLEN; in list_available_scripts()
3371 lang_path = buf + 2 * MAXPATHLEN; in list_available_scripts()
3372 first_half = buf + 3 * MAXPATHLEN; in list_available_scripts()
3374 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in list_available_scripts()
3387 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
3397 scnprintf(script_path, MAXPATHLEN, "%s/%s", in list_available_scripts()
3448 char scripts_path[MAXPATHLEN]; in get_script_path()
3449 char script_path[MAXPATHLEN]; in get_script_path()
3451 char lang_path[MAXPATHLEN]; in get_script_path()
[all …]