Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf probe: No need for symbol.h, symbol_conf is enough

Remove one more unneeded use of symbol.h

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-vrda1tuem1o8pk82t2kfjtun@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

+1 -1
+1 -1
tools/perf/builtin-probe.c
··· 21 21 #include "util/build-id.h" 22 22 #include "util/strlist.h" 23 23 #include "util/strfilter.h" 24 - #include "util/symbol.h" 24 + #include "util/symbol_conf.h" 25 25 #include "util/debug.h" 26 26 #include <subcmd/parse-options.h> 27 27 #include "util/probe-finder.h"