Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/scripts/python/
H A Darm-cs-trace-disasm.py96 vmlinux_paths = [ variable
120 for v in vmlinux_paths:
/linux-6.15/tools/perf/util/
H A Dsymbol.c2299 static const char * const vmlinux_paths[] = { variable
2329 vmlinux_path = malloc(sizeof(char *) * (ARRAY_SIZE(vmlinux_paths) + in vmlinux_path__init()
2334 for (i = 0; i < ARRAY_SIZE(vmlinux_paths); i++) in vmlinux_path__init()
2335 if (vmlinux_path__add(vmlinux_paths[i]) < 0) in vmlinux_path__init()