mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
Cache BinFiles by filename.
Sat Jul 9 23:20:39 2005 Soeren Sandmann <sandmann@redhat.com> * binfile.c (bin_file_new): Cache BinFiles by filename. * stackstash.c (stack_stash_free): Plug leak * process.c (process_free_maps): Plug leak * module/Makefile (install): Check that depmod exists before running it.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
3459f764d7
commit
f3b78b7944
3
TODO
3
TODO
@ -191,7 +191,6 @@ http://www.linuxbase.org/spec/booksets/LSB-Embedded/LSB-Embedded/ehframe.html
|
||||
- Possibly a special "view details" mode, assuming that
|
||||
the details of a function are not that interesting
|
||||
together with a tree.
|
||||
- consider caching [filename => bin_file]
|
||||
- rethink caller list, not terribly useful at the moment.
|
||||
|
||||
- Have kernel module report the file the address was found in
|
||||
@ -370,6 +369,8 @@ Later:
|
||||
|
||||
DONE:
|
||||
|
||||
* consider caching [filename => bin_file]
|
||||
|
||||
* Check the kernel we are building against, if it is SMP or
|
||||
less than 2.6.11, print a warning and suggest upgrading.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user