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:
@ -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));
|
||||
|
||||
Reference in New Issue
Block a user