From f83083dc42161cf130b9f10eff2c8e8db0df82cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Sat, 21 Feb 2009 22:41:21 -0500 Subject: [PATCH] TODO --- TODO | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 8a2d069..3f8640e 100644 --- a/TODO +++ b/TODO @@ -24,11 +24,12 @@ Before 1.0.4: Before 1.2: * Hack to disable recursion for binaries without symbols causes the - symbols to not work the way other symbols do. A better approach is + symbols to not work the way other symbols do. A better approach is probably to simply generate a new symbol for every appearance except leaf nodes, which should still be considered one symbol (or maybe be considered the same symbol if they have the same parent). In fact - "has same parent" may be the correct criterion in all cases. + "has same parent" may be the correct criterion in all cases. (done: + master now doesn't fold those recursions anymore) * See if we can make "In file " not be treated as a recursive function. Maybe simply treat each individual address in the file as a function. @@ -78,8 +79,6 @@ Before 1.2: * Make sure that labels look decent in case of "No Map" etc. -* Find out why the samples label won't right adjust - * If we end up believing the kernel's own stacktraces, maybe /proc/kallsyms shouldn't be parsed until the user hits profile. @@ -836,6 +835,8 @@ Later: -=-=-=-=-=-=-=-=-=-=-=-=-=-=- ALREADY DONE: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +* Find out why the samples label won't right adjust + * It crashes sometimes. I haven't seen any crashes in a long time -- 2.7.4