Skip to content

Commit

Permalink
perf test: Fix vmlinux failure on s390x part 2
Browse files Browse the repository at this point in the history
On s390x perf test 1 failed. It turned out that commit cf6383f
("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 cf6383f

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: cf6383f ("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>
  • Loading branch information
Thomas Richter authored and Arnaldo Carvalho de Melo committed Sep 28, 2017
1 parent b28503a commit 5357413
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion tools/perf/arch/s390/util/Build
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
libperf-y += header.o
libperf-y += sym-handling.o
libperf-y += kvm-stat.o

libperf-$(CONFIG_DWARF) += dwarf-regs.o
Expand Down
21 changes: 0 additions & 21 deletions tools/perf/arch/s390/util/sym-handling.c

This file was deleted.

0 comments on commit 5357413

Please sign in to comment.