|
@@ -18,6 +18,8 @@ struct probe_conf {
|
|
extern struct probe_conf probe_conf;
|
|
extern struct probe_conf probe_conf;
|
|
extern bool probe_event_dry_run;
|
|
extern bool probe_event_dry_run;
|
|
|
|
|
|
|
|
+struct symbol;
|
|
|
|
+
|
|
/* kprobe-tracer and uprobe-tracer tracing point */
|
|
/* kprobe-tracer and uprobe-tracer tracing point */
|
|
struct probe_trace_point {
|
|
struct probe_trace_point {
|
|
char *realname; /* function real name (if needed) */
|
|
char *realname; /* function real name (if needed) */
|