Searched refs:check_debug_file_crc (Results 1 – 12 of 12) sorted by relevance
/external/bcc/src/cc/api/ |
D | BPFTable.cc | 252 bool check_debug_file_crc) in BPFStackTable() argument 260 .check_debug_file_crc = check_debug_file_crc, in BPFStackTable() 330 bool check_debug_file_crc, in BPFStackBuildIdTable() argument 339 .check_debug_file_crc = check_debug_file_crc, in BPFStackBuildIdTable()
|
D | BPF.cc | 820 bool check_debug_file_crc) { in get_stack_table() argument 823 return BPFStackTable(it->second, use_debug_file, check_debug_file_crc); in get_stack_table() 824 return BPFStackTable({}, use_debug_file, check_debug_file_crc); in get_stack_table() 828 bool check_debug_file_crc) { in get_stackbuildid_table() argument 832 return BPFStackBuildIdTable(it->second, use_debug_file, check_debug_file_crc, get_bsymcache()); in get_stackbuildid_table() 833 return BPFStackBuildIdTable({}, use_debug_file, check_debug_file_crc, get_bsymcache()); in get_stackbuildid_table()
|
D | BPF.h | 225 bool check_debug_file_crc = true); 229 bool check_debug_file_crc = true);
|
D | BPFTable.h | 377 bool check_debug_file_crc); 399 bool check_debug_file_crc, void *bsymcache);
|
/external/bcc/src/cc/includes/ |
D | bcc_syms.h | 50 int check_debug_file_crc; member
|
/external/bcc/src/cc/ |
D | bcc_syms.h | 50 int check_debug_file_crc; member
|
D | bcc_syms.cc | 112 .check_debug_file_crc = 1, in ProcSyms() 415 .check_debug_file_crc = 1, in load_sym_table() 651 .check_debug_file_crc = 1, in bcc_foreach_function_symbol() 691 .check_debug_file_crc = 1, in bcc_resolve_symname()
|
D | bcc_elf.c | 693 option->check_debug_file_crc); in foreach_sym_core() 866 .check_debug_file_crc = 0, in bcc_elf_foreach_vdso_sym()
|
/external/bcc/examples/tracing/ |
D | strlen_hist_ifunc.py | 50 sym_op.check_debug_file_crc = 1
|
/external/bcc/examples/cpp/pyperf/ |
D | PyPerfUtil.cc | 144 .check_debug_file_crc = 0, in getAddrOfPythonBinary()
|
/external/bcc/src/cc/usdt/ |
D | usdt_args.cc | 41 .check_debug_file_crc = 1, in get_global_address()
|
/external/bcc/tests/cc/ |
D | test_c_api.cc | 206 .check_debug_file_crc = 1,
|