Searched refs:__kmod_path__parse (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | dso.h | 230 int __kmod_path__parse(struct kmod_path *m, const char *path, 233 #define kmod_path__parse(__m, __p) __kmod_path__parse(__m, __p, false, false) 234 #define kmod_path__parse_name(__m, __p) __kmod_path__parse(__m, __p, true , false) 235 #define kmod_path__parse_ext(__m, __p) __kmod_path__parse(__m, __p, false, true)
|
D | dso.c | 212 int __kmod_path__parse(struct kmod_path *m, const char *path, in __kmod_path__parse() function
|
/linux-4.1.27/tools/perf/tests/ |
D | kmod-path.c | 14 !__kmod_path__parse(&m, path, alloc_name, alloc_ext)); in test()
|