mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
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>
This commit is contained in:
parent
c38fa94d18
commit
b1d1b094f7
10 changed files with 58 additions and 33 deletions
|
@ -5,6 +5,7 @@
|
|||
#include "util/annotate.h"
|
||||
#include "util/evsel.h"
|
||||
#include "util/map.h"
|
||||
#include "util/dso.h"
|
||||
#include "util/symbol.h"
|
||||
#include "ui/helpline.h"
|
||||
#include <inttypes.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue