Sun Jan 15 00:24:02 2006  Soeren Sandmann  <sandmann@redhat.com>

        * TODO: Updates

        * sysprof.c (build_gui): Rename 'callers' column 'ancestors'

        * profile.c (profile_list_callers): Make this function list all
        ancestors of the function. Also make it report correct numbers
        again.
This commit is contained in:
Soeren Sandmann
2006-01-15 05:28:04 +00:00
committed by Søren Sandmann Pedersen
parent 98308836af
commit 135ce0e2ea
4 changed files with 99 additions and 65 deletions

2
TODO
View File

@ -232,6 +232,8 @@ http://www.linuxbase.org/spec/booksets/LSB-Embedded/LSB-Embedded/ehframe.html
in the right pane).
- rethink caller list, not terribly useful at the moment. Federico suggested
listing all ancestors.
Done: implemented this idea in CVS HEAD. If we keep it that way,
should do a globale s/callers/ancestors on the code.
- Have kernel module report the file the address was found in
Should avoid a lot of potential broken/raciness with dlopen etc.