perf annotate: Add missing jump variants
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 19 Apr 2012 20:10:12 +0000 (17:10 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 19 Apr 2012 20:10:12 +0000 (17:10 -0300)
commit3f862fd076275c442dfe295eddb5650a6e0aecd4
tree91b7acbec5dc5bbf129e58d248a268035ba7366a
parentcf2dacc5608ca950d6a7a92bf6a5f9f9bcf13b92
perf annotate: Add missing jump variants

Taken from binutils:

[acme@sandy binutils-2.22]$ grep ^j opcodes/i386-opc.tbl | cut -d, -f1 | sort -u

Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-mwshob8n12jlsu458ghvheos@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/annotate.c