]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Decompress kernel module when reading DSO data
authorNamhyung Kim <namhyung@kernel.org>
Thu, 8 Jun 2017 07:31:05 +0000 (16:31 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 8 Jun 2017 18:39:07 +0000 (15:39 -0300)
commitfbb39942ebc397d846d4e4e2417c5d6774065611
tree3379ed07cb377a694c74a65c5905b862677ef48c
parent4b1150be4ca54b1eb70c91e398f66221875c03f7
perf tools: Decompress kernel module when reading DSO data

Currently perf decompresses kernel modules when loading the symbol table
but it missed to do it when reading raw data.

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-6-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/dso.c