ARM-software / trappy

This repository has moved to https://gitlab.arm.com/tooling/trappy
Apache License 2.0
60 stars 39 forks source link

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

Closed valschneider closed 4 years ago

valschneider commented 4 years ago

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>