aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-bts.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/intel-bts.c')
-rw-r--r--tools/perf/util/intel-bts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/intel-bts.c b/tools/perf/util/intel-bts.c
index aacffa2b0362..3888d4cd3ed1 100644
--- a/tools/perf/util/intel-bts.c
+++ b/tools/perf/util/intel-bts.c
@@ -14,7 +14,6 @@
14#include <linux/log2.h> 14#include <linux/log2.h>
15#include <linux/zalloc.h> 15#include <linux/zalloc.h>
16 16
17#include "cpumap.h"
18#include "color.h" 17#include "color.h"
19#include "evsel.h" 18#include "evsel.h"
20#include "evlist.h" 19#include "evlist.h"
@@ -29,6 +28,7 @@
29#include "auxtrace.h" 28#include "auxtrace.h"
30#include "intel-pt-decoder/intel-pt-insn-decoder.h" 29#include "intel-pt-decoder/intel-pt-insn-decoder.h"
31#include "intel-bts.h" 30#include "intel-bts.h"
31#include "util/synthetic-events.h"
32 32
33#define MAX_TIMESTAMP (~0ULL) 33#define MAX_TIMESTAMP (~0ULL)
34 34