]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf tools: Add compress.h for the *_decompress_to_file() headers
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Apr 2017 19:29:38 +0000 (16:29 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 24 Apr 2017 15:33:33 +0000 (12:33 -0300)
commit611f0afee0e87eb6d184e7f58aa20d18d291d169
tree1620bba312a06f773baa76574f6a243897380e98
parent166ebdd2442660e7f942d657fc5e629000e58ec3
perf tools: Add compress.h for the *_decompress_to_file() headers

Out of util.h, the implementations were already in separate files, that
are built conditionally.

Link: http://lkml.kernel.org/n/tip-0ur7szxsb59f8758kfe63prb@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/compress.h [new file with mode: 0644]
tools/perf/util/dso.c
tools/perf/util/lzma.c
tools/perf/util/util.h
tools/perf/util/zlib.c