[RFC 5/6] perf annotate: add powerpc support

2016-06-24 Thread Ravi Bangoria
From: "Naveen N. Rao" Powerpc has long list of branch instructions and hardcoding them in table appears to be error-prone. So, add new function to find instruction instead of creating table. Signed-off-by: Naveen N. Rao

[RFC 5/6] perf annotate: add powerpc support

2016-06-24 Thread Ravi Bangoria
From: "Naveen N. Rao" Powerpc has long list of branch instructions and hardcoding them in table appears to be error-prone. So, add new function to find instruction instead of creating table. Signed-off-by: Naveen N. Rao Signed-off-by: Ravi Bangoria --- tools/perf/util/annotate.c | 64