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

/linux-master/tools/perf/util/
H A Ddso.h306 int __kmod_path__parse(struct kmod_path *m, const char *path,
309 #define kmod_path__parse(__m, __p) __kmod_path__parse(__m, __p, false)
310 #define kmod_path__parse_name(__m, __p) __kmod_path__parse(__m, __p, true)
H A Ddso.c403 int __kmod_path__parse(struct kmod_path *m, const char *path, function
/linux-master/tools/perf/tests/
H A Dkmod-path.c18 !__kmod_path__parse(&m, path, alloc_name));

Completed in 226 milliseconds