mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: include binary-path for fallback symbol
This commit is contained in:
@ -155,7 +155,9 @@ fallback:
|
||||
end_address = address + 1;
|
||||
|
||||
ret = _sysprof_symbol_new (sysprof_strings_get (strings, name),
|
||||
NULL, NULL, begin_address, end_address,
|
||||
sysprof_strings_get (strings, path),
|
||||
NULL,
|
||||
begin_address, end_address,
|
||||
SYSPROF_SYMBOL_KIND_USER);
|
||||
ret->is_fallback = TRUE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user