Searched refs:kmod_path (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | dsos.h | 13 struct kmod_path; 46 struct kmod_path *m, const char *filename);
|
D | dso.h | 698 struct kmod_path { struct 704 int __kmod_path__parse(struct kmod_path *m, const char *path, argument 710 void dso__set_module_info(struct dso *dso, struct kmod_path *m,
|
D | dso.c | 293 struct kmod_path m; in is_kernel_module() 408 int __kmod_path__parse(struct kmod_path *m, const char *path, in __kmod_path__parse() 472 void dso__set_module_info(struct dso *dso, struct kmod_path *m, in dso__set_module_info()
|
D | dsos.c | 429 struct kmod_path *m, in dsos__findnew_module_dso()
|
D | machine.c | 827 struct kmod_path m; in machine__addnew_module_map() 1322 static int maps__set_module_path(struct maps *maps, const char *path, struct kmod_path *m) in maps__set_module_path() 1389 struct kmod_path m; in maps__set_modules_path_dir()
|
D | symbol-elf.c | 1001 struct kmod_path m = { .name = NULL, }; in filename__read_build_id()
|
D | header.c | 2314 struct kmod_path m = { .name = NULL, }; in __event_process_build_id()
|
/linux-6.12.1/tools/perf/tests/ |
D | kmod-path.c | 13 struct kmod_path m; in test()
|