When I use perf script | inferno-collapse-dtrace > stacks.folded on a file generated by perf record --call-graph dwarf -p <pid> -g which is used to generate perf data for an already open process, I get this error:
Error: Custom { kind: InvalidData, error: "Input data ends in the middle of a stack." }
Which is probably telling truth, but is it possible to recover from this state instead of bailing out?
When I use
perf script | inferno-collapse-dtrace > stacks.folded
on a file generated byperf record --call-graph dwarf -p <pid> -g
which is used to generate perf data for an already open process, I get this error:Which is probably telling truth, but is it possible to recover from this state instead of bailing out?