Home
last modified time | relevance | path

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

/linux-3.3/tools/perf/util/
Dprobe-event.h121 extern const char *kernel_get_module_path(const char *module);
Dprobe-finder.c161 const char *path = kernel_get_module_path(module_name); in __linux_kernel_find_elf()
213 const char *path = kernel_get_module_path("kernel"); in debuginfo__init_online_kernel_dwarf()
Dprobe-event.c168 const char *kernel_get_module_path(const char *module) in kernel_get_module_path() function
184 path = kernel_get_module_path(module); in open_debuginfo()