Searched refs:kmod_path (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | dso.h | 293 struct kmod_path { struct 299 int __kmod_path__parse(struct kmod_path *m, const char *path, argument 305 void dso__set_module_info(struct dso *dso, struct kmod_path *m,
|
A D | dso.c | 253 struct kmod_path m; in is_kernel_module() 369 int __kmod_path__parse(struct kmod_path *m, const char *path, in __kmod_path__parse() 433 void dso__set_module_info(struct dso *dso, struct kmod_path *m, in dso__set_module_info()
|
A D | machine.c | 820 struct kmod_path *m, in machine__findnew_module_dso() 1003 struct kmod_path m; in machine__addnew_module_map() 1473 static int maps__set_module_path(struct maps *maps, const char *path, struct kmod_path *m) in maps__set_module_path() 1536 struct kmod_path m; in maps__set_modules_path_dir()
|
A D | symbol-elf.c | 982 struct kmod_path m = { .name = NULL, }; in filename__read_build_id()
|
A D | header.c | 2273 struct kmod_path m = { .name = NULL, }; in __event_process_build_id()
|
/linux-6.3-rc2/tools/perf/tests/ |
A D | kmod-path.c | 13 struct kmod_path m; in test()
|
Completed in 34 milliseconds