commit | b1d1b094f7570a13dd7c9b995209baacc8aa6273 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Fri Aug 30 10:26:37 2019 -0300 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Sat Aug 31 22:24:05 2019 -0300 |
tree | 4ccaebd946d7843bb7bd7a7d59f95b5ec0c9471f | |
parent | c38fa94d188234f40fe3911b1a7650e056ef42ea [diff] |
perf symbols: Move symsrc prototypes to a separate header So that we can remove dso.h from symbol.h and reduce the header dependency tree. Fixup cases where struct dso guts are needed but were obtained via symbol.h, indirectly. 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-ip683cegt306ncu3gsz7ii21@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>