|
@@ -358,7 +358,7 @@ struct tracer {
|
|
|
int (*set_flag)(struct trace_array *tr,
|
|
|
u32 old_flags, u32 bit, int set);
|
|
|
/* Return 0 if OK with change, else return non-zero */
|
|
|
- int (*flag_changed)(struct tracer *tracer,
|
|
|
+ int (*flag_changed)(struct trace_array *tr,
|
|
|
u32 mask, int set);
|
|
|
struct tracer *next;
|
|
|
struct tracer_flags *flags;
|