Lines Matching refs:path
33 #include "util/path.h"
346 if (asprintf(&es->filename, "%s.%s.dump", data->file.path, evsel__name(evsel)) < 0)
2926 /* Find script file relative to current directory or exec path */
2929 char path[PATH_MAX];
2947 snprintf(path, sizeof(path), "%s/scripts/%s/%s",
2950 script = path;
3483 .path = input_name,
3944 OPT_BOOLEAN('\0', "show-kernel-path", &symbol_conf.show_kernel_path,
3945 "Show the path of [kernel.kallsyms]"),
3974 OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename,
3975 "Show full source file name path for source lines"),
4028 data.path = input_name;
4294 input = open(data.path, O_RDONLY); /* input_name */