ftrace: Add support to parse function tracing ('function' tracer)
Created by: valschneider
The non-raw version of this event is of the shape
"CALLEE <-- CALLER"
which trappy obviously doesn't like. Force this event to be parsed raw, which gives us:
ip=<addr> parent_ip=<addr>