libtracefs: Fix COMM for use as a field for tracefs_sqlhist()

The COMM was added to be used as a filter, but it can also be used as a
field. In order to do that, the type must be correct. The type should just
be "char" and the array type should be a dynamic array.

Link: https://lore.kernel.org/[email protected]
Fixes: 9098ab0d ("libtracefs: Allow filters to use "COMM"")
Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 file changed
OSZAR »