diff options
author | Kim Phillips <kim.phillips@arm.com> | 2017-05-03 15:13:56 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-05-04 16:03:00 +0300 |
commit | d1f7b0234ec7743899321aaaba379b2f5f9d0500 (patch) | |
tree | 8fd2b892d28a535e1668de902f8c672589ca5a8f /tools/build/feature | |
parent | 1291927a490832a9bbd0158a5d3c05c25a3c7159 (diff) | |
download | linux-d1f7b0234ec7743899321aaaba379b2f5f9d0500.tar.xz |
perf annotate: Fix AArch64 comment char
The commit 0fcb1da4aba "perf annotate: AArch64 support" blindly copied
the comment character from the original:
https://lkml.org/lkml/2016/5/19/461
whereas that same commit shows objdump output utilizing the C++ style
"//" as the comment delimeter. Since '/' doesn't occur elsewhere in
objdump output, we retain the single character check, but fix it to be
'/'.
Signed-off-by: Kim Phillips <kim.phillips@arm.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Chris Riyder <chris.ryder@arm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Fixes: 0fcb1da4aba6 ("perf annotate: AArch64 support")
Link: http://lkml.kernel.org/r/20170503131356.be88f977094fb3fa0f49b99d@arm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/build/feature')
0 files changed, 0 insertions, 0 deletions