cregit-Linux how code gets into the kernel

Release 4.12 tools/perf/util/compress.h

Directory: tools/perf/util
#ifndef PERF_COMPRESS_H

#define PERF_COMPRESS_H

#ifdef HAVE_ZLIB_SUPPORT
int gzip_decompress_to_file(const char *input, int output_fd);
#endif

#ifdef HAVE_LZMA_SUPPORT
int lzma_decompress_to_file(const char *input, int output_fd);
#endif

#endif /* PERF_COMPRESS_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Arnaldo Carvalho de Melo43100.00%1100.00%
Total43100.00%1100.00%
Directory: tools/perf/util
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.