Searched refs:modules_path (Results 1 – 1 of 1) sorted by relevance
1614 char modules_path[PATH_MAX]; in machine__set_modules_path() local1620 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()