summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2009-09-08 00:00:06 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2009-09-08 03:03:17 -0400
commit604d07600a8fd42c4f9bbf42bd6262bfb61bfcb4 (patch)
treefb4de2b9b4071afba31cd65c5e1d52c62428661b /TODO
parent3d9cbe20e74eea26bbd386b10f00c5cb449bc5b1 (diff)
Simplify vdso reading in binfile.c
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8a5c6be..b5da1c9 100644
--- a/TODO
+++ b/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.