Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dmachine.c1029 char modules_path[PATH_MAX]; in machine__set_modules_path() local
1035 snprintf(modules_path, sizeof(modules_path), "%s/lib/modules/%s", in machine__set_modules_path()
1039 return map_groups__set_modules_path_dir(&machine->kmaps, modules_path, 0); in machine__set_modules_path()