libsysprof-profile: add instrument to bundle symbols

This instrument does as our previous symbols_source did and will augment
the capture with additional symbols that improves the chances you'll get
proper symbolization on machines that did not create the capture.
This commit is contained in:
Christian Hergert
2023-07-17 17:37:32 -07:00
parent dbabe87b3d
commit 2dbf6553b4
6 changed files with 180 additions and 3 deletions

View File

@ -491,8 +491,7 @@ Examples:\n\
sysprof_profiler_add_instrument (profiler, sysprof_disk_usage_new ());
if (!no_decode)
g_warning ("Implement symbol augmentation");
//sysprof_profiler_add_instrument (profiler, sysprof_symbol_augmentation_new ());
sysprof_profiler_add_instrument (profiler, sysprof_symbols_bundle_new ());
if (!no_cpu)
sysprof_profiler_add_instrument (profiler, sysprof_cpu_usage_new ());