• Teng Qin's avatar
    Use bcc_symbol_option in ProcSyms · 89d901c6
    Teng Qin authored
    This commit makes `ProcSyms` constructor takes a `bcc_symbol_option`,
    and pass it down to underlying calls to control symboling behavior.
    If `nullptr` is passed, `ProcSyms` will use default setting, which is
    to use debug file, verify debug file checksum, and only load function symbols.
    
    This commit also makes `bcc_symcache_new` take a `bcc_symbol_option`
    parameter and pass it to the underlying `ProcSyms` constructor.
    89d901c6
bcc_syms.cc 15 KB