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

@ -35,6 +35,7 @@ SysprofElf *sysprof_elf_new (const char *filename,
gboolean sysprof_elf_matches (SysprofElf *self,
guint64 file_inode,
const char *build_id);
const char *sysprof_elf_get_nick (SysprofElf *self);
const char *sysprof_elf_get_file (SysprofElf *self);
const char *sysprof_elf_get_build_id (SysprofElf *self);
const char *sysprof_elf_get_debug_link (SysprofElf *self);