Re: [PATCH v4 7/9] perf test: Decompress kernel module before objdump

2017-06-08 Thread Adrian Hunter
On 08/06/17 10:31, Namhyung Kim wrote: > If a kernel modules is compressed, it should be decompressed before > running objdump to parse binary data correctly. This fixes a failure of > object code reading test for me. > > Signed-off-by: Namhyung Kim Acked-by: Adrian Hunter > --- > tools/perf

[PATCH v4 7/9] perf test: Decompress kernel module before objdump

2017-06-08 Thread Namhyung Kim
If a kernel modules is compressed, it should be decompressed before running objdump to parse binary data correctly. This fixes a failure of object code reading test for me. Signed-off-by: Namhyung Kim --- tools/perf/tests/code-reading.c | 20 +++- 1 file changed, 19 insertions(+