libsysprof: add API to add compressed file from data

This commit is contained in:
Christian Hergert
2023-07-19 18:29:12 -07:00
parent 233685d5ad
commit 90ed413c5a
4 changed files with 50 additions and 4 deletions

View File

@ -91,7 +91,8 @@ sysprof_symbols_bundle_augment_fiber (gpointer user_data)
_sysprof_recording_add_file_data (recording,
"__symbols__",
g_bytes_get_data (bytes, NULL),
g_bytes_get_size (bytes));
g_bytes_get_size (bytes),
TRUE);
return dex_future_new_for_boolean (TRUE);
}