Home
last modified time | relevance | path

Searched refs:decompress_to_file (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/util/
Ddso.h243 bool decompress_to_file(const char *ext, const char *filename, int output_fd);
Ddso.c195 bool decompress_to_file(const char *ext, const char *filename, int output_fd) in decompress_to_file() function
Dsymbol-elf.c603 if (!decompress_to_file(m.ext, name, fd)) { in decompress_kmodule()
Dannotate.c1181 ret = decompress_to_file(m.ext, symfs_filename, fd); in symbol__annotate()