commit | 0f9d46407222eaf6632cd3b417bc50a11f401b71 | [log] [tgz] |
---|---|---|
author | Tom Zanussi <zanussi@kernel.org> | Wed Jan 26 16:06:22 2022 -0600 |
committer | Tom Zanussi <zanussi@kernel.org> | Fri Jan 28 12:20:09 2022 -0600 |
tree | a5633452c7c7a47ce3410e2d9d574c71ec4afdf0 | |
parent | ca965f23256b350ebd94b3dc1a319f28e8267f5f [diff] |
tracing: Remove size restriction on hist trigger cmd error logging Currently, hist trigger command error strings are restricted to a length of MAX_FILTER_STR_VAL (256), which is too short for some commands already seen in the wild (with cmd strings longer than that showing up truncated in err_log). Remove the restriction so that no hist trigger command error string is ever truncated. Signed-off-by: Tom Zanussi <zanussi@kernel.org>