Searched refs:filename__decompress (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | dso.h | 287 int filename__decompress(const char *name, char *pathname,
|
D | dso.c | 283 int filename__decompress(const char *name, char *pathname, in filename__decompress() function 335 return filename__decompress(name, pathname, len, dso->comp, in decompress_kmodule()
|
D | symbol-elf.c | 646 fd = filename__decompress(filename, path, sizeof(path), m.comp, &error); in filename__read_build_id()
|