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:
Christian Hergert
2023-07-28 10:49:14 -07:00
parent ee5ad3c916
commit afe71d7562
5 changed files with 11 additions and 4 deletions

View File

@ -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");