Re: [PATCH] tracing: remove holes in events

2021-03-11 Thread Tony Lu
On Thu, Mar 11, 2021 at 08:56:19AM -0500, Steven Rostedt wrote: > On Thu, 11 Mar 2021 17:44:15 +0800 > Tony Lu wrote: > > > --- > > include/trace/events/net.h| 42 +-- > > include/trace/events/qdisc.h | 4 ++-- > > include/trace/events/sunrpc.h | 4 ++-- > >

Re: [PATCH] tracing: remove holes in events

2021-03-11 Thread Steven Rostedt
On Thu, 11 Mar 2021 17:44:15 +0800 Tony Lu wrote: > --- > include/trace/events/net.h| 42 +-- > include/trace/events/qdisc.h | 4 ++-- > include/trace/events/sunrpc.h | 4 ++-- > include/trace/events/tcp.h| 2 +- > 4 files changed, 26 insertions(+), 26

[PATCH] tracing: remove holes in events

2021-03-11 Thread Tony Lu
There are some holes in the event definitions, spaces are wasted. Based on the analysis result of pahole and event format files, 22 events have more than one hole. To change less and fix worst, 5 events are picked up and fixed in this patch according the following rules. Rules: - try not to aff