lisa.trace: Move event sanitization to parser classes
BREAKING CHANGE Move the sanitization into the parser classes where they actually belong. As a result, remove the sanitization of "print"/"bprint"/"bputs" that turns the str column into bytes, since the values in-kernel are expected to be ASCII-encoded strings.
Loading
Please register or sign in to comment