mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user