mirror of https://gitee.com/openkylin/linux.git
tracing: Align 4 byte ints together in struct tracer
Move elements in struct tracer for better alignment. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
parent
56355b83e2
commit
9a24470b28
|
@ -272,8 +272,8 @@ struct tracer {
|
||||||
/* If you handled the flag setting, return 0 */
|
/* If you handled the flag setting, return 0 */
|
||||||
int (*set_flag)(u32 old_flags, u32 bit, int set);
|
int (*set_flag)(u32 old_flags, u32 bit, int set);
|
||||||
struct tracer *next;
|
struct tracer *next;
|
||||||
int print_max;
|
|
||||||
struct tracer_flags *flags;
|
struct tracer_flags *flags;
|
||||||
|
int print_max;
|
||||||
int use_max_tr;
|
int use_max_tr;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue