aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol_fprintf.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2019-01-22 11:10:59 -0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2019-01-25 15:12:09 +0100
commitd328e305ea1fe78f569a4ea2cacca7fa5beec06e (patch)
tree90bd5bdb5faa7e9300ed8f63ed7c26a839ed813d /tools/perf/util/symbol_fprintf.c
parentperf block-range: Add missing headers (diff)
downloadlinux-dev-d328e305ea1fe78f569a4ea2cacca7fa5beec06e.tar.xz
linux-dev-d328e305ea1fe78f569a4ea2cacca7fa5beec06e.zip
perf symbols: Remove include map.h from dso.h
Disentangling the dependency tree, to reduce build time. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Link: https://lkml.kernel.org/n/tip-n2gcrfmh480rm44p7fra13vv@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/symbol_fprintf.c')
-rw-r--r--tools/perf/util/symbol_fprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/symbol_fprintf.c b/tools/perf/util/symbol_fprintf.c
index ed0205cc7942..50472c75da59 100644
--- a/tools/perf/util/symbol_fprintf.c
+++ b/tools/perf/util/symbol_fprintf.c
@@ -3,6 +3,7 @@
#include <inttypes.h>
#include <stdio.h>
+#include "map.h"
#include "symbol.h"
size_t symbol__fprintf(struct symbol *sym, FILE *fp)