mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: add coredump category
This just makes it easier to see if the time spent on something was related to a coredump handler in the kernel.
This commit is contained in:
@ -143,6 +143,9 @@ sysprof_category_summary_get_category_name (SysprofCategorySummary *self)
|
||||
case SYSPROF_CALLGRAPH_CATEGORY_ACTIONS:
|
||||
return _("Actions");
|
||||
|
||||
case SYSPROF_CALLGRAPH_CATEGORY_COREDUMP:
|
||||
return _("Crash Handler");
|
||||
|
||||
case SYSPROF_CALLGRAPH_CATEGORY_CONTEXT_SWITCH:
|
||||
return _("Context Switches");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user