Searched refs:kmod_path__parse (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/tools/perf/util/ | ||
D | dso.h | 233 #define kmod_path__parse(__m, __p) __kmod_path__parse(__m, __p, false, false) macro |
D | dso.c | 172 if (kmod_path__parse(&m, pathname)) in is_kernel_module() |