aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-finder.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/probe-finder.h')
-rw-r--r--tools/perf/util/probe-finder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/probe-finder.h b/tools/perf/util/probe-finder.h
index 592c4dac3be9..3fc597365ce6 100644
--- a/tools/perf/util/probe-finder.h
+++ b/tools/perf/util/probe-finder.h
@@ -31,7 +31,6 @@ struct debuginfo {
31}; 31};
32 32
33extern struct debuginfo *debuginfo__new(const char *path); 33extern struct debuginfo *debuginfo__new(const char *path);
34extern struct debuginfo *debuginfo__new_online_kernel(unsigned long addr);
35extern void debuginfo__delete(struct debuginfo *dbg); 34extern void debuginfo__delete(struct debuginfo *dbg);
36 35
37/* Find probe_trace_events specified by perf_probe_event from debuginfo */ 36/* Find probe_trace_events specified by perf_probe_event from debuginfo */