Commit 9a24470b authored by Steven Rostedt's avatar Steven Rostedt Committed by Steven Rostedt

tracing: Align 4 byte ints together in struct tracer

Move elements in struct tracer for better alignment.
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent 56355b83
......@@ -272,8 +272,8 @@ struct tracer {
/* If you handled the flag setting, return 0 */
int (*set_flag)(u32 old_flags, u32 bit, int set);
struct tracer *next;
int print_max;
struct tracer_flags *flags;
int print_max;
int use_max_tr;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment