aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-diff.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2019-08-29 18:20:59 +0000
committerArnaldo Carvalho de Melo <[email protected]>2019-08-29 20:38:32 +0000
commitc1a604dff486399ae0be95e6396e0158df95ad5d (patch)
treecfd993c491ac4e85719667a6108d22838bf0f265 /tools/perf/builtin-diff.c
parentperf time-utils: Adopt rdclock() from perf.h (diff)
downloadkernel-c1a604dff486399ae0be95e6396e0158df95ad5d.tar.gz
kernel-c1a604dff486399ae0be95e6396e0158df95ad5d.zip
perf tools: Remove needless perf.h include directive from headers
Its not needed there, add it to the places that need it and were getting it via those headers. Cc: Adrian Hunter <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/builtin-diff.c')
-rw-r--r--tools/perf/builtin-diff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-diff.c b/tools/perf/builtin-diff.c
index 51c37e53b3d8..ae4a8ebf90d2 100644
--- a/tools/perf/builtin-diff.c
+++ b/tools/perf/builtin-diff.c
@@ -6,6 +6,7 @@
* DSOs and symbol information, sort them and produce a diff.
*/
#include "builtin.h"
+#include "perf.h"
#include "util/debug.h"
#include "util/event.h"