Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dmachine.c1554 static int maps__set_modules_path_dir(struct maps *maps, const char *dir_name, int depth) in maps__set_modules_path_dir() function
1586 ret = maps__set_modules_path_dir(maps, path, depth + 1); in maps__set_modules_path_dir()
1624 return maps__set_modules_path_dir(machine__kernel_maps(machine), modules_path, 0); in machine__set_modules_path()