diff options
author | Namhyung Kim <namhyung.kim@lge.com> | 2013-09-11 14:09:30 +0900 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-10-09 16:01:44 -0300 |
commit | 86c98cab5a3137376ea7df5ffa5bd52e545fee95 (patch) | |
tree | 35e8a5fe7d0e1df6f1b00d4d9b5eaf63dc38299f /tools/perf/util/dso.h | |
parent | 58d91a0068694a5ba3efc99e88ce6b4b0dd0d085 (diff) | |
download | op-kernel-dev-86c98cab5a3137376ea7df5ffa5bd52e545fee95.zip op-kernel-dev-86c98cab5a3137376ea7df5ffa5bd52e545fee95.tar.gz |
perf annotate: Pass dso instead of dso_name to get_srcline()
This is a preparation of next change. No functional changes are
intended.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Reviewed-by: Jiri Olsa <jolsa@redhat.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1378876173-13363-7-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/dso.h')
-rw-r--r-- | tools/perf/util/dso.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/dso.h b/tools/perf/util/dso.h index dbd9241..72eedd6 100644 --- a/tools/perf/util/dso.h +++ b/tools/perf/util/dso.h @@ -6,6 +6,7 @@ #include <stdbool.h> #include "types.h" #include "map.h" +#include "build-id.h" enum dso_binary_type { DSO_BINARY_TYPE__KALLSYMS = 0, |