Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/scripts/python/
Darm-cs-trace-disasm.py96 vmlinux_paths = [ variable
120 for v in vmlinux_paths:
/linux-6.14.4/tools/perf/util/
Dsymbol.c2296 static const char * const vmlinux_paths[] = { variable
2326 vmlinux_path = malloc(sizeof(char *) * (ARRAY_SIZE(vmlinux_paths) + in vmlinux_path__init()
2331 for (i = 0; i < ARRAY_SIZE(vmlinux_paths); i++) in vmlinux_path__init()
2332 if (vmlinux_path__add(vmlinux_paths[i]) < 0) in vmlinux_path__init()