mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-08 22:20:54 +00:00
TODO
This commit is contained in:
7
TODO
7
TODO
@ -28,7 +28,8 @@ Before 1.2:
|
|||||||
probably to simply generate a new symbol for every appearance except
|
probably to simply generate a new symbol for every appearance except
|
||||||
leaf nodes, which should still be considered one symbol (or maybe be
|
leaf nodes, which should still be considered one symbol (or maybe be
|
||||||
considered the same symbol if they have the same parent). In fact
|
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 <blah>" not be treated as a recursive function.
|
* See if we can make "In file <blah>" not be treated as a recursive function.
|
||||||
Maybe simply treat each individual address in the file as a 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.
|
* 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
|
* If we end up believing the kernel's own stacktraces, maybe
|
||||||
/proc/kallsyms shouldn't be parsed until the user hits profile.
|
/proc/kallsyms shouldn't be parsed until the user hits profile.
|
||||||
|
|
||||||
@ -836,6 +835,8 @@ Later:
|
|||||||
|
|
||||||
-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ALREADY DONE: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ALREADY DONE: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||||
|
|
||||||
|
* Find out why the samples label won't right adjust
|
||||||
|
|
||||||
* It crashes sometimes.
|
* It crashes sometimes.
|
||||||
|
|
||||||
I haven't seen any crashes in a long time
|
I haven't seen any crashes in a long time
|
||||||
|
|||||||
Reference in New Issue
Block a user