Home
last modified time | relevance | path

Searched refs:gzip_decompress_to_file (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dzlib.c16 int gzip_decompress_to_file(const char *input, int output_fd) in gzip_decompress_to_file() function
H A Dcompress.h15 int gzip_decompress_to_file(const char *input, int output_fd);
H A Ddso.c275 { "gz", gzip_decompress_to_file, gzip_is_compressed },