Tarun Sharma
Results
3
issues of
Tarun Sharma
https://stackoverflow.com/questions/54301187/faster-backtrace-for-call-graph-generation Ftrace gets symbol information during compile time and then uses that: https://www.youtube.com/watch?v=93uE_kWWQjs 1. experiment with gcc` -finstrument-functions` - will require recompiling.
investigate
Some way to differentiate functions based on threads. This will highlight any specific code which is run by only one thread or run by multiple. **Options** 1. Allocate a unique...
enhancement