Skip to content

ftrace: Add support to parse function tracing ('function' tracer)

Darryl Green requested to merge github/fork/valschneider/ftrace_function into master

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>

Merge request reports