ARM-software / trappy

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

Make trappy parse trace coming from dmesg #218

Open JaviMerino opened 8 years ago

JaviMerino commented 8 years ago

Trace allows you to dump trace to dmesg on oops. Make sure trappy can read it, adding a FtraceFromDmesg() if necessary. You can use this sample to test it.

Suggested by @jlelli

sinkap commented 8 years ago

@sinkap to track.