Searched refs:kmod_path (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | dso.h | 263 struct kmod_path { struct 269 int __kmod_path__parse(struct kmod_path *m, const char *path, argument 275 void dso__set_module_info(struct dso *dso, struct kmod_path *m,
|
D | dso.c | 224 struct kmod_path m; in is_kernel_module() 333 int __kmod_path__parse(struct kmod_path *m, const char *path, in __kmod_path__parse() 397 void dso__set_module_info(struct dso *dso, struct kmod_path *m, in dso__set_module_info()
|
D | machine.c | 637 struct kmod_path *m, in machine__findnew_module_dso() 707 struct kmod_path m; in machine__findnew_module_map() 1196 struct kmod_path *m) in map_groups__set_module_path() 1261 struct kmod_path m; in map_groups__set_modules_path_dir()
|
D | header.c | 1850 struct kmod_path m = { .name = NULL, }; in __event_process_build_id()
|
/Linux-v4.19/tools/perf/tests/ |
D | kmod-path.c | 11 struct kmod_path m; in test()
|