OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kernel_get_module_path
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/
probe-event.h
120
extern const char *
kernel_get_module_path
(const char *module);
probe-event.c
166
const char *
kernel_get_module_path
(const char *module)
function
175
const char *path =
kernel_get_module_path
(module);
[
all
...]
probe-finder.c
175
const char *path =
kernel_get_module_path
(module_name);
231
const char *path =
kernel_get_module_path
("kernel");
[
all
...]
Completed in 112 milliseconds