Searched refs:check_debug_file_crc (Results 1 – 9 of 9) sorted by relevance
/external/bcc/src/cc/includes/ |
D | bcc_syms.h | 40 int check_debug_file_crc; member
|
/external/bcc/src/cc/ |
D | bcc_syms.h | 40 int check_debug_file_crc; member
|
D | bcc_syms.cc | 111 .check_debug_file_crc = 1, in ProcSyms() 463 .check_debug_file_crc = 1, in bcc_foreach_function_symbol() 501 .check_debug_file_crc = 1, in bcc_resolve_symname()
|
D | bcc_elf.c | 486 option->check_debug_file_crc); in foreach_sym_core() 651 .check_debug_file_crc = 0, in bcc_elf_foreach_vdso_sym()
|
/external/bcc/src/cc/api/ |
D | BPFTable.cc | 252 bool check_debug_file_crc) in BPFStackTable() argument 259 .check_debug_file_crc = check_debug_file_crc, in BPFStackTable()
|
D | BPF.cc | 645 bool check_debug_file_crc) { in get_stack_table() argument 648 return BPFStackTable(it->second, use_debug_file, check_debug_file_crc); in get_stack_table() 649 return BPFStackTable({}, use_debug_file, check_debug_file_crc); in get_stack_table()
|
D | BPF.h | 148 bool check_debug_file_crc = true);
|
D | BPFTable.h | 305 bool check_debug_file_crc);
|
/external/bcc/src/cc/usdt/ |
D | usdt_args.cc | 41 .check_debug_file_crc = 1, in get_global_address()
|