summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-pt-decoder/inat.c
diff options
context:
space:
mode:
authorAdrian Hunter2015-08-21 21:05:58 +0200
committerArnaldo Carvalho de Melo2015-08-22 17:27:07 +0200
commit5839a5506de30c23d4cfaf49755cd294f5c48368 (patch)
tree0d4ae915c8ed0bb110c6472eb8a6e7f83c966707 /tools/perf/util/intel-pt-decoder/inat.c
parentMerge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... (diff)
downloadkernel-qcow2-linux-5839a5506de30c23d4cfaf49755cd294f5c48368.tar.gz
kernel-qcow2-linux-5839a5506de30c23d4cfaf49755cd294f5c48368.tar.xz
kernel-qcow2-linux-5839a5506de30c23d4cfaf49755cd294f5c48368.zip
perf tools: Fix tarball build broken by pt/bts
Fix some include paths and add missing inat_types.h. Reported-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@kernel.org> Link: http://lkml.kernel.org/r/55D77696.60102@intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/intel-pt-decoder/inat.c')
-rw-r--r--tools/perf/util/intel-pt-decoder/inat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/intel-pt-decoder/inat.c b/tools/perf/util/intel-pt-decoder/inat.c
index feeaa509dfe4..906d94aa0a24 100644
--- a/tools/perf/util/intel-pt-decoder/inat.c
+++ b/tools/perf/util/intel-pt-decoder/inat.c
@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
-#include <asm/insn.h>
+#include "insn.h"
/* Attribute tables are generated from opcode map */
#include "inat-tables.c"