Home
last modified time | relevance | path

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

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