mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
tracing: remove stats from struct tracer
Remove unused field @stats from struct tracer. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> LKML-Reference: <4AA8579B.4020706@cn.fujitsu.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
parent
bd9cfca9cb
commit
a5921c6c37
|
|
@ -382,7 +382,6 @@ struct tracer {
|
|||
struct tracer *next;
|
||||
int print_max;
|
||||
struct tracer_flags *flags;
|
||||
struct tracer_stat *stats;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user