projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c9dbe6
)
perf probe: No need for symbol.h, symbol_conf is enough
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Fri, 30 Aug 2019 14:56:47 +0000
(11:56 -0300)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Sun, 1 Sep 2019 01:24:10 +0000
(22:24 -0300)
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>
tools/perf/builtin-probe.c
patch
|
blob
|
history
diff --git
a/tools/perf/builtin-probe.c
b/tools/perf/builtin-probe.c
index
6dce172
..
26bc592
100644
(file)
--- a/
tools/perf/builtin-probe.c
+++ b/
tools/perf/builtin-probe.c
@@
-21,7
+21,7
@@
#include "util/build-id.h"
#include "util/strlist.h"
#include "util/strfilter.h"
-#include "util/symbol.h"
+#include "util/symbol
_conf
.h"
#include "util/debug.h"
#include <subcmd/parse-options.h>
#include "util/probe-finder.h"