Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol.c2106 static const char * const vmlinux_paths[] = { variable
2136 vmlinux_path = malloc(sizeof(char *) * (ARRAY_SIZE(vmlinux_paths) + in vmlinux_path__init()
2141 for (i = 0; i < ARRAY_SIZE(vmlinux_paths); i++) in vmlinux_path__init()
2142 if (vmlinux_path__add(vmlinux_paths[i]) < 0) in vmlinux_path__init()