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

/linux-master/tools/perf/util/
H A Dsymbol.c2273 static const char * const vmlinux_paths[] = { variable
2303 vmlinux_path = malloc(sizeof(char *) * (ARRAY_SIZE(vmlinux_paths) +
2308 for (i = 0; i < ARRAY_SIZE(vmlinux_paths); i++)
2309 if (vmlinux_path__add(vmlinux_paths[i]) < 0)

Completed in 473 milliseconds