Searched refs:kmod_path (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
D | dso.h | 281 struct kmod_path { struct 287 int __kmod_path__parse(struct kmod_path *m, const char *path, argument 293 void dso__set_module_info(struct dso *dso, struct kmod_path *m,
|
D | dso.c | 250 struct kmod_path m; in is_kernel_module() 359 int __kmod_path__parse(struct kmod_path *m, const char *path, in __kmod_path__parse() 423 void dso__set_module_info(struct dso *dso, struct kmod_path *m, in dso__set_module_info()
|
D | machine.c | 691 struct kmod_path *m, in machine__findnew_module_dso() 865 struct kmod_path m; in machine__addnew_module_map() 1339 static int maps__set_module_path(struct maps *maps, const char *path, struct kmod_path *m) in maps__set_module_path() 1402 struct kmod_path m; in maps__set_modules_path_dir()
|
D | header.c | 2095 struct kmod_path m = { .name = NULL, }; in __event_process_build_id()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | kmod-path.c | 13 struct kmod_path m; in test()
|