[PATCH v2] perf annotate: fix parsing aarch64 branch instructions after objdump update
From: acme@kernel.org (Arnaldo Carvalho de Melo)
Date: 2018-08-30 18:47:19
Also in:
linux-perf-users, lkml
From: acme@kernel.org (Arnaldo Carvalho de Melo)
Date: 2018-08-30 18:47:19
Also in:
linux-perf-users, lkml
Em Mon, Aug 27, 2018 at 12:53:40PM -0500, Kim Phillips escreveu:
v2: address acme's comments:
- consolidate into a validate_comma()
- call from an additional couple of places necessary
- don't listen to checkpatch wrt reflowing jump__parse definition
line to less than 80 characters, just rm the __maybe_unused
- re-tested no diff on x86_64 and power arch, arm64 conditional
branches fixed.Thanks for taking into account my comments, applied. - Arnaldo