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