On Mon, 3 Jun 2024 at 15:36, Steven Rostedt <[email protected]> wrote:
>
> It's actually a 4 byte meta data that holds it.
Ok, much better.
> Note, I've been wanting to get rid of the hard coded TASK_COMM_LEN from the
> events for a while. As I mentioned before, the only reason the memcpy exists
> is because it was added before the __string() logic was. Then it became
> somewhat of a habit to do that for everything that referenced task->comm. :-/
Ok, as long as it's an actual improvement, then ack.
Linus