From: Søren Sandmann Pedersen Date: Sun, 22 Feb 2009 03:41:21 +0000 (-0500) Subject: TODO X-Git-Tag: 1.1.2~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f83083dc42161cf130b9f10eff2c8e8db0df82cd;p=platform%2Fupstream%2Fsysprof.git TODO --- 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