Re: [RFC/PATCH v2] ftrace: Reduce size of function graph entries

From: Steven Rostedt
Date: Tue Jun 28 2016 - 23:22:38 EST


On Wed, 29 Jun 2016 11:38:37 +0900
Namhyung Kim <namhyung@xxxxxxxxxx> wrote:

> Ok then, I'll change it to use 'packed' only in v3.
>

I would add a comment that the structure is already packed and that the
"packed" attribute is just to remove the extra padding at the end of
the struct.

-- Steve