mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Simplify vdso reading in binfile.c
This commit is contained in:
6
TODO
6
TODO
@ -23,6 +23,10 @@ Before 1.0.4:
|
||||
|
||||
Before 1.2:
|
||||
|
||||
* Make tracker creation faster
|
||||
|
||||
* Share map reading code between vdso stuff in binfile.c and tracker.c
|
||||
|
||||
* Get rid of remaining gulongs (use uint64_t instead)
|
||||
|
||||
* Move binfile hash table to state_t.
|
||||
@ -580,6 +584,8 @@ http://www.linuxbase.org/spec/booksets/LSB-Embedded/LSB-Embedded/ehframe.html
|
||||
|
||||
Later:
|
||||
|
||||
- Multithreading is possible in a number of places.
|
||||
|
||||
- If the stack trace ends in a memory access instruction, send the
|
||||
vma information to userspace. Then have user space
|
||||
produce statistics on what types of memory are accessed.
|
||||
|
||||
Reference in New Issue
Block a user