On 14 September 2015 at 16:52, Mathieu Poirier mathieu.poirier@linaro.org wrote:
On 14 September 2015 at 09:34, Al Grant Al.Grant@arm.com wrote:
- restrict to one process, or an address range (whatever perf for Intel
PT offers here - if it has an option to restrict trace to a specific DSO or the main executable, that would be ideal... would be nice if it worked with ASLR)
Process tracing is perf's signature but we need to add address range. Can you clarify what you mean by DSO and ASLR?
A DSO is a Dynamic Shared Object (dynamically linked library). ASLR is Address Space Layout Randomizartion (linking things at random addresses to make exploits harder to write).