Function profiler_get_symbols::get_compact_symbol_table[][src]

pub async fn get_compact_symbol_table<'h>(
    debug_name: &str,
    breakpad_id: &str,
    helper: &'h impl FileAndPathHelper<'h>
) -> Result<CompactSymbolTable>
Expand description

Returns a symbol table in CompactSymbolTable format for the requested binary. FileAndPathHelper must be implemented by the caller, to provide file access.