[PATCH 04/12] perf annotate: Improve support for ARM

2016-11-25 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo By using arch->init() to set up some regular expressions to associate ins_ops to ARM instructions, ditching that old table that has instructions not present on ARM. Take advantage of having an arch->init() to hide more arm specific stuff from the

[PATCH 04/12] perf annotate: Improve support for ARM

2016-11-25 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo By using arch->init() to set up some regular expressions to associate ins_ops to ARM instructions, ditching that old table that has instructions not present on ARM. Take advantage of having an arch->init() to hide more arm specific stuff from the common code, like