Searched refs:modules_path (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | machine.c | 1426 char modules_path[PATH_MAX]; in machine__set_modules_path() local 1432 snprintf(modules_path, sizeof(modules_path), "%s/lib/modules/%s", in machine__set_modules_path() 1436 return maps__set_modules_path_dir(&machine->kmaps, modules_path, 0); in machine__set_modules_path()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | machine.c | 1614 char modules_path[PATH_MAX]; in machine__set_modules_path() local 1620 snprintf(modules_path, sizeof(modules_path), "%s/lib/modules/%s", in machine__set_modules_path() 1624 return maps__set_modules_path_dir(machine__kernel_maps(machine), modules_path, 0); in machine__set_modules_path()
|
Completed in 12 milliseconds