cregit-Linux how code gets into the kernel

Release 4.14 tools/perf/util/compress.h

Directory: tools/perf/util
/* SPDX-License-Identifier: GPL-2.0 */
#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 Melo4397.73%150.00%
Greg Kroah-Hartman12.27%150.00%
Total44100.00%2100.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.