Lines Matching refs:pathname
284 bool is_kernel_module(const char *pathname, int cpumode) in is_kernel_module() argument
300 if (kmod_path__parse(&m, pathname)) { in is_kernel_module()
302 pathname); in is_kernel_module()
316 int filename__decompress(const char *name, char *pathname, in filename__decompress() argument
350 if (!pathname || (fd < 0)) in filename__decompress()
353 if (pathname && (fd >= 0)) in filename__decompress()
354 strlcpy(pathname, tmpbuf, len); in filename__decompress()
360 char *pathname, size_t len) in decompress_kmodule() argument
368 return filename__decompress(name, pathname, len, dso->comp, in decompress_kmodule()
378 char *pathname, size_t len) in dso__decompress_kmodule_path() argument
380 int fd = decompress_kmodule(dso, name, pathname, len); in dso__decompress_kmodule_path()