vmlinux_path 850 tools/perf/util/machine.c i + kdso->has_build_id, vmlinux_path[i]); vmlinux_path 49 tools/perf/util/symbol.c char **vmlinux_path; vmlinux_path 1863 tools/perf/util/symbol.c err = dso__load_vmlinux(dso, map, vmlinux_path[i], false); vmlinux_path 2014 tools/perf/util/symbol.c if (!symbol_conf.ignore_vmlinux && vmlinux_path != NULL) { vmlinux_path 2096 tools/perf/util/symbol.c zfree(&vmlinux_path[vmlinux_path__nr_entries]); vmlinux_path 2099 tools/perf/util/symbol.c zfree(&vmlinux_path); vmlinux_path 2117 tools/perf/util/symbol.c vmlinux_path[vmlinux_path__nr_entries] = strdup(new_entry); vmlinux_path 2118 tools/perf/util/symbol.c if (vmlinux_path[vmlinux_path__nr_entries] == NULL) vmlinux_path 2132 tools/perf/util/symbol.c vmlinux_path = malloc(sizeof(char *) * (ARRAY_SIZE(vmlinux_paths) + vmlinux_path 2134 tools/perf/util/symbol.c if (vmlinux_path == NULL) vmlinux_path 95 tools/perf/util/symbol.h extern char **vmlinux_path;