mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Make heuristic stack scanning more accurate
2007-11-18 Soren Sandmann <sandmann@daimi.au.dk> * module/sysprof-module.c (heuristic_trace): Make heuristic stack scanning more accurate svn path=/trunk/; revision=393
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
05c4a202b3
commit
8d73f2d391
4
TODO
4
TODO
@ -25,6 +25,10 @@ Before 1.2:
|
||||
|
||||
* Is the move-to-front in process_locate_map() really worth it?
|
||||
|
||||
* Whenever we fail to lock the atomic variable, track this, and send the information
|
||||
to userspace as an indication of the overhead of the profiling. Although there is
|
||||
inherent aliasing here since stack scanning happens at regular intervals.
|
||||
|
||||
* Apparently, if you upgrade the kernel, then don't re-run configure,
|
||||
the kernel Makefile will delete all of /lib/modules/<release>/kernel
|
||||
if you run make install in the module directory. Need to find out what
|
||||
|
||||
Reference in New Issue
Block a user