Searched refs:vmlinux_path (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/mips/tools/
H A Dloongson3-llsc-check.c237 const char *vmlinux_path; local
250 vmlinux_path = argv[1];
251 vmlinux_fd = open(vmlinux_path, O_RDONLY);
/linux-master/tools/perf/util/
H A Dsymbol.h105 extern char **vmlinux_path;
H A Dsymbol.c49 char **vmlinux_path; variable
2019 pr_debug("Looking at the vmlinux_path (%d entries long)\n",
2023 err = dso__load_vmlinux(dso, map, vmlinux_path[i], false);
2189 if (!symbol_conf.ignore_vmlinux && vmlinux_path != NULL) {
2267 zfree(&vmlinux_path[vmlinux_path__nr_entries]);
2270 zfree(&vmlinux_path);
2288 vmlinux_path[vmlinux_path__nr_entries] = strdup(new_entry);
2289 if (vmlinux_path[vmlinux_path__nr_entries] == NULL)
2303 vmlinux_path = malloc(sizeof(char *) * (ARRAY_SIZE(vmlinux_paths) +
2305 if (vmlinux_path
[all...]
H A Dmachine.c954 i + kdso->has_build_id, vmlinux_path[i]);

Completed in 134 milliseconds