Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Ddso.h299 int __kmod_path__parse(struct kmod_path *m, const char *path,
302 #define kmod_path__parse(__m, __p) __kmod_path__parse(__m, __p, false)
303 #define kmod_path__parse_name(__m, __p) __kmod_path__parse(__m, __p, true)
Ddso.c369 int __kmod_path__parse(struct kmod_path *m, const char *path, in __kmod_path__parse() function
/linux-6.1.9/tools/perf/tests/
Dkmod-path.c18 !__kmod_path__parse(&m, path, alloc_name)); in test()