Searched refs:use_debug_file (Results 1 – 9 of 9) sorted by relevance
/external/bcc/src/cc/includes/ |
D | bcc_syms.h | 46 int use_debug_file; member
|
/external/bcc/src/cc/ |
D | bcc_syms.h | 46 int use_debug_file; member
|
D | bcc_syms.cc | 110 .use_debug_file = 1, in ProcSyms() 463 .use_debug_file = 1, in bcc_foreach_function_symbol() 501 .use_debug_file = 1, in bcc_resolve_symname()
|
D | bcc_elf.c | 541 if (option->use_debug_file && !is_debug_file) { in foreach_sym_core() 711 .use_debug_file = 0, in bcc_elf_foreach_vdso_sym()
|
/external/bcc/src/cc/api/ |
D | BPFTable.cc | 251 BPFStackTable::BPFStackTable(const TableDesc& desc, bool use_debug_file, in BPFStackTable() argument 258 symbol_option_ = {.use_debug_file = use_debug_file, in BPFStackTable()
|
D | BPF.cc | 645 BPFStackTable BPF::get_stack_table(const std::string& name, bool use_debug_file, in get_stack_table() argument 649 return BPFStackTable(it->second, use_debug_file, check_debug_file_crc); in get_stack_table() 650 return BPFStackTable({}, use_debug_file, check_debug_file_crc); in get_stack_table()
|
D | BPF.h | 147 bool use_debug_file = true,
|
D | BPFTable.h | 304 BPFStackTable(const TableDesc& desc, bool use_debug_file,
|
/external/bcc/src/cc/usdt/ |
D | usdt_args.cc | 40 .use_debug_file = 1, in get_global_address()
|