commit | 48a7752c651dd0f176e18afc44db0f911454deff | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Google) <[email protected]> | Thu Apr 10 21:32:57 2025 -0400 |
committer | Steven Rostedt (Google) <[email protected]> | Thu Apr 10 23:04:34 2025 -0400 |
tree | 9238019bf99d882a3a5fa09f71b41cdb166424b6 | |
parent | a8d57d26a13542a969d8834f34860aa054cfa8c1 [diff] |
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]>