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:
@ -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 ());
|
||||
|
||||
Reference in New Issue
Block a user