libsysprof: include binary-path for fallback symbol

This commit is contained in:
Christian Hergert
2023-08-31 13:25:48 -07:00
parent 6032d24aa3
commit 64bc9e42ba

View File

@ -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;