|
@@ -35,7 +35,7 @@ struct trace_probe {
|
|
const char *symbol; /* symbol name */
|
|
const char *symbol; /* symbol name */
|
|
struct ftrace_event_class class;
|
|
struct ftrace_event_class class;
|
|
struct ftrace_event_call call;
|
|
struct ftrace_event_call call;
|
|
- struct ftrace_event_file **files;
|
|
|
|
|
|
+ struct ftrace_event_file * __rcu *files;
|
|
ssize_t size; /* trace entry size */
|
|
ssize_t size; /* trace entry size */
|
|
unsigned int nr_args;
|
|
unsigned int nr_args;
|
|
struct probe_arg args[];
|
|
struct probe_arg args[];
|