mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user