Home
last modified time | relevance | path

Searched refs:__kmod_path__parse (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/
Ddso.h255 int __kmod_path__parse(struct kmod_path *m, const char *path,
258 #define kmod_path__parse(__m, __p) __kmod_path__parse(__m, __p, false, false)
259 #define kmod_path__parse_name(__m, __p) __kmod_path__parse(__m, __p, true , false)
260 #define kmod_path__parse_ext(__m, __p) __kmod_path__parse(__m, __p, false, true)
Ddso.c233 int __kmod_path__parse(struct kmod_path *m, const char *path, in __kmod_path__parse() function
/tools/perf/tests/
Dkmod-path.c15 !__kmod_path__parse(&m, path, alloc_name, alloc_ext)); in test()