diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-30 14:43:25 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-09-01 03:19:28 +0200 |
commit | fac583fdb6741bf4850928b2a5bb8b0118b5879c (patch) | |
tree | 87c737d1750325e10f333728751e2ab936b84c80 /tools/perf/util/build-id.c | |
parent | libtraceevent: Change users plugin directory (diff) | |
download | linux-fac583fdb6741bf4850928b2a5bb8b0118b5879c.tar.xz linux-fac583fdb6741bf4850928b2a5bb8b0118b5879c.zip |
perf dso: Adopt DSO related macros from symbol.h
Reducing the size of symbol.h by removing things that are better placed
somewhere else.
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-edenkmjt1oe5fks2s6umd30b@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/build-id.c')
-rw-r--r-- | tools/perf/util/build-id.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/build-id.c b/tools/perf/util/build-id.c index 4c96a33b09ff..e5fb77755d9e 100644 --- a/tools/perf/util/build-id.c +++ b/tools/perf/util/build-id.c @@ -13,6 +13,7 @@ #include <stdio.h> #include <sys/stat.h> #include <sys/types.h> +#include "dso.h" #include "build-id.h" #include "event.h" #include "namespaces.h" |