mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-analyze: add callgraph flags for thread-ids
This allows you to set a flag to show the thread id of what was recorded. Use this to help disassociate similar threads in a process to figure out which thread is consuming a majority of the Total time of that process.
This commit is contained in:
@ -48,6 +48,7 @@ static const char *kind_classes[] = {
|
||||
NULL,
|
||||
"root",
|
||||
"process",
|
||||
"thread",
|
||||
"context-switch",
|
||||
"user",
|
||||
"kernel",
|
||||
|
||||
Reference in New Issue
Block a user