]> git.baikalelectronics.ru Git - kernel.git/commit
perf annotate: Fix identification of ARM blt and bls instructions
authorChris Ryder <chris.ryder@arm.com>
Thu, 19 May 2016 16:59:45 +0000 (17:59 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 20 May 2016 14:43:57 +0000 (11:43 -0300)
commit27e237d7a034bd0e8b1d619c641ff05d16c33855
tree1cd1dadde671feeb3daedfcee24df01aa1882098
parent3185e6b3554ede8ed64a409007effc775299a495
perf annotate: Fix identification of ARM blt and bls instructions

The ARM blt and bls instructions are not correctly identified when
parsing assembly because the list of recognised instructions must be
sorted by name. Swap the ordering of blt and bls.

Signed-off-by: Chris Ryder <chris.ryder@arm.com>
Acked-by: Pawel Moll <pawel.moll@arm.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Will Deacon <will.deacon@arm.com>
Link: http://lkml.kernel.org/r/560e196b7c79b7ff853caae13d8719a31479cb1a.1463676839.git.chris.ryder@arm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/annotate.c