diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2009-09-08 00:00:06 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2009-09-08 03:03:17 -0400 |
commit | 604d07600a8fd42c4f9bbf42bd6262bfb61bfcb4 (patch) | |
tree | fb4de2b9b4071afba31cd65c5e1d52c62428661b /TODO | |
parent | 3d9cbe20e74eea26bbd386b10f00c5cb449bc5b1 (diff) |
Simplify vdso reading in binfile.c
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |