]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - tools/perf/tests/parse-events.c
perf tools: Use api/fs/tracing_path.h where needed
[mirror_ubuntu-artful-kernel.git] / tools / perf / tests / parse-events.c
index 1dc8380144220bd2c37f5c6338ad9a38e1c641bf..f5b77f5c3192e267c69a786ed92eb10f25ec1a62 100644 (file)
@@ -1,4 +1,3 @@
-
 #include "parse-events.h"
 #include "evsel.h"
 #include "evlist.h"
@@ -6,8 +5,11 @@
 #include "tests.h"
 #include "debug.h"
 #include "util.h"
+#include <errno.h>
+#include <linux/kernel.h>
 #include <linux/hw_breakpoint.h>
 #include <api/fs/fs.h>
+#include <api/fs/tracing_path.h>
 
 #define PERF_TP_SAMPLE_TYPE (PERF_SAMPLE_RAW | PERF_SAMPLE_TIME | \
                             PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD)