]> git.baikalelectronics.ru Git - kernel.git/commit
perf test: Fix vmlinux failure on s390x part 2
authorThomas Richter <tmricht@linux.vnet.ibm.com>
Fri, 15 Sep 2017 07:14:04 +0000 (09:14 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 28 Sep 2017 16:01:42 +0000 (13:01 -0300)
commitd865113ac0950c8279cb7162940f1374d53c3389
tree425ec95fd02d6ef25a9b6cf39264018029e4e907
parentdfbbc7a4961a76a414824012a0c28b8aec9c9bbb
perf test: Fix vmlinux failure on s390x part 2

On s390x perf test 1 failed. It turned out that commit 8b3daf6cad86
("perf report: Fix kernel symbol adjustment for s390x") was incorrect.

The previous implementation in dso__load_sym() is also suitable for
s390x.

Therefore this patch undoes commit 8b3daf6cad86

Signed-off-by: Thomas-Mich Richter <tmricht@linux.vnet.ibm.com>
Cc: Zvonko Kosic <zvonko.kosic@de.ibm.com>
Cc: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Fixes: 8b3daf6cad86 ("perf report: Fix kernel symbol adjustment for s390x")
LPU-Reference: 20170915071404.58398-2-tmricht@linux.vnet.ibm.com
Link: http://lkml.kernel.org/n/tip-v101o8k25vuja2ogosgf15yy@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/s390/util/Build
tools/perf/arch/s390/util/sym-handling.c [deleted file]