Skip to content

Commit

Permalink
Merge tag 'perf-urgent-for-mingo-4.11-20170411' of git://git.kernel.o…
Browse files Browse the repository at this point in the history
…rg/pub/scm/linux/kernel/git/acme/linux into perf/urgent

Pull 'perf annotate' fix for s390:

- The move to support cross arch annotation introduced per arch
  initialization requirements, fullfill them for s/390 (Christian Borntraeger)

Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
Ingo Molnar committed Apr 11, 2017
2 parents c08e611 + 3c1a427 commit 0718b33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/perf/util/annotate.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ static struct arch architectures[] = {
.name = "powerpc",
.init = powerpc__annotate_init,
},
{
.name = "s390",
.objdump = {
.comment_char = '#',
},
},
};

static void ins__delete(struct ins_operands *ops)
Expand Down

0 comments on commit 0718b33

Please sign in to comment.