diff options
author | Jens Axboe <axboe@fb.com> | 2017-04-25 00:03:14 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-04-25 00:03:14 -0400 |
commit | d9fd363a6cbfae24ffaa00ac6fd3ce8e271acaf1 (patch) | |
tree | 9139831824ebe9cf77d1bf836b558ee2061c0483 /tools/perf | |
parent | a44f53faf4674d84cba79f7ee574584e18ab8744 (diff) | |
parent | 8f9cedc76fc7d9bc916127f8fe1287a249891d40 (diff) |
Merge branch 'master' into for-4.12/post-merge
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/util/annotate.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index 273f21fa32b5..7aa57225cbf7 100644 --- a/tools/perf/util/annotate.c +++ b/tools/perf/util/annotate.c | |||
@@ -130,6 +130,12 @@ static struct arch architectures[] = { | |||
130 | .name = "powerpc", | 130 | .name = "powerpc", |
131 | .init = powerpc__annotate_init, | 131 | .init = powerpc__annotate_init, |
132 | }, | 132 | }, |
133 | { | ||
134 | .name = "s390", | ||
135 | .objdump = { | ||
136 | .comment_char = '#', | ||
137 | }, | ||
138 | }, | ||
133 | }; | 139 | }; |
134 | 140 | ||
135 | static void ins__delete(struct ins_operands *ops) | 141 | static void ins__delete(struct ins_operands *ops) |