Searched refs:kmod_path (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/tools/perf/util/ |
D | dso.h | 265 struct kmod_path { struct 271 int __kmod_path__parse(struct kmod_path *m, const char *path, argument 277 void dso__set_module_info(struct dso *dso, struct kmod_path *m,
|
D | dso.c | 234 struct kmod_path m; in is_kernel_module() 343 int __kmod_path__parse(struct kmod_path *m, const char *path, in __kmod_path__parse() 407 void dso__set_module_info(struct dso *dso, struct kmod_path *m, in dso__set_module_info()
|
D | machine.c | 670 struct kmod_path *m, in machine__findnew_module_dso() 793 struct kmod_path m; in machine__findnew_module_map() 1290 struct kmod_path *m) in map_groups__set_module_path() 1355 struct kmod_path m; in map_groups__set_modules_path_dir()
|
D | header.c | 1933 struct kmod_path m = { .name = NULL, }; in __event_process_build_id()
|
/Linux-v5.4/tools/perf/tests/ |
D | kmod-path.c | 13 struct kmod_path m; in test()
|