mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof: include binary-path for fallback symbol
This commit is contained in:
@ -155,7 +155,9 @@ fallback:
|
|||||||
end_address = address + 1;
|
end_address = address + 1;
|
||||||
|
|
||||||
ret = _sysprof_symbol_new (sysprof_strings_get (strings, name),
|
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);
|
SYSPROF_SYMBOL_KIND_USER);
|
||||||
ret->is_fallback = TRUE;
|
ret->is_fallback = TRUE;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user