]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf tools: Introduce dso__decompress_kmodule_{fd,path}
authorNamhyung Kim <namhyung@kernel.org>
Thu, 8 Jun 2017 07:31:03 +0000 (16:31 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 8 Jun 2017 18:38:55 +0000 (15:38 -0300)
commit42b3fa670825983fc8bd0ac7b80cc84ae3abb75b
tree184d39f4b2b64ec51d1e87eb7589471fb1af66e2
parent44ad6b8852529eb39066edbedc027a6901da6803
perf tools: Introduce dso__decompress_kmodule_{fd,path}

Move decompress_kmodule() to util/dso.c and split it into two functions
returning fd and (decompressed) file path.  The existing user only wants
the fd version but the path version will be used soon.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Wang Nan <wangnan0@huawei.com>
Cc: kernel-team@lge.com
Link: http://lkml.kernel.org/r/20170608073109.30699-4-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/dso.c
tools/perf/util/dso.h
tools/perf/util/symbol-elf.c