-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement offline profiler #89
Comments
The conceptual implementation:
|
I am interested in how to obtain probed address via offline ways. |
@arcbbb : To utilize offline profiler, we have to ensure the instrumentation get ready to fetch tracer information in advance. |
nanoprof implements minimal instrumentation faclity for embedded profiling or tracing. Record a trace log in RAM on target that can be downloaded to host for post-analyze. |
Cc. @rampant1018 |
Instead of KProbes based profiler using DebugMon Exception to trap probed address, we might want to use offline profiler, which is able to build function table and profile table, distribute profile hits, and dump related information.
The text was updated successfully, but these errors were encountered: