libsysprof-analyze: add some common tags

It's nice to have various labels on subsystems used on the desktop, so add
some common ones here that are part of the platform.
This commit is contained in:
Christian Hergert
2023-05-19 16:18:06 -07:00
parent 167255be45
commit d7f6e4b922
3 changed files with 95 additions and 1 deletions

View File

@ -100,7 +100,7 @@ sysprof_elf_symbolizer_symbolize (SysprofSymbolizer *symbolizer,
goto fallback;
return _sysprof_symbol_new (sysprof_strings_get (strings, name),
NULL,
sysprof_strings_get (strings, sysprof_elf_get_nick (elf)),
sysprof_strings_get (strings, path),
start_address + (begin_address - file_offset),
start_address + (end_address - file_offset));