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