Lines Matching defs:vmlinux_path
56 char **vmlinux_path;
1927 pr_debug("Looking at the vmlinux_path (%d entries long)\n",
1931 err = dso__load_vmlinux(dso, map, vmlinux_path[i], false);
2101 if (!symbol_conf.ignore_vmlinux && vmlinux_path != NULL) {
2179 zfree(&vmlinux_path[vmlinux_path__nr_entries]);
2182 zfree(&vmlinux_path);
2200 vmlinux_path[vmlinux_path__nr_entries] = strdup(new_entry);
2201 if (vmlinux_path[vmlinux_path__nr_entries] == NULL)
2215 vmlinux_path = malloc(sizeof(char *) * (ARRAY_SIZE(vmlinux_paths) +
2217 if (vmlinux_path == NULL)