You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
This is not strictly correct. Depending on the platform, Linux perf can collect different kinds of traces. For example on ARM perf can collect coresight traces instead of Intel PT traces.
If we supported collecting coresight traces (we don't any trace is currently assumed to be an Intel PT trace), hwtracer would happily let us pass a coresight trace to the libipt decoder.
I wonder if the Trace trait should have a fn format() -> TraceFormat which is checked.
The text was updated successfully, but these errors were encountered:
This is not strictly correct. Depending on the platform, Linux perf can collect different kinds of traces. For example on ARM perf can collect coresight traces instead of Intel PT traces.
If we supported collecting coresight traces (we don't any trace is currently assumed to be an Intel PT trace), hwtracer would happily let us pass a coresight trace to the libipt decoder.
I wonder if the
Trace
trait should have afn format() -> TraceFormat
which is checked.The text was updated successfully, but these errors were encountered: