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

@ -519,6 +519,8 @@ main (int argc,
"org.gnome.Shell",
"/org/gnome/Sysprof3/Profiler"));
if (decode)
sysprof_profiler_add_instrument (profiler, sysprof_symbols_bundle_new ());
/* If -- was ommitted or there are no commands, just profile the entire
* system without spawning anything. Really only useful when testing the