commit | b519e15e681319e99055a92c8d090072ebb2b179 | [log] [tgz] |
---|---|---|
author | Tom Zanussi <zanussi@kernel.org> | Wed Jan 26 16:06:22 2022 -0600 |
committer | Tom Zanussi <zanussi@kernel.org> | Thu Jan 27 15:38:28 2022 -0600 |
tree | b939ba113e21f6e5a6ec4cfc47e914de6f6a31b7 | |
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>