Home
last modified time | relevance | path

Searched refs:bcc_symbol_option (Results 1 – 10 of 10) sorted by relevance

/external/bcc/src/cc/includes/
Dbcc_syms.h38 struct bcc_symbol_option { struct
45 void *bcc_symcache_new(int pid, struct bcc_symbol_option *option); argument
82 struct bcc_symbol_option* option,
Dsyms.h102 struct bcc_symbol_option *option);
108 bcc_symbol_option *symbol_option_;
134 bcc_symbol_option symbol_option_;
144 ProcSyms(int pid, struct bcc_symbol_option *option = nullptr);
/external/bcc/src/cc/
Dbcc_syms.h38 struct bcc_symbol_option { struct
45 void *bcc_symcache_new(int pid, struct bcc_symbol_option *option); argument
82 struct bcc_symbol_option* option,
Dsyms.h102 struct bcc_symbol_option *option);
108 bcc_symbol_option *symbol_option_;
134 bcc_symbol_option symbol_option_;
144 ProcSyms(int pid, struct bcc_symbol_option *option = nullptr);
Dbcc_syms.cc104 ProcSyms::ProcSyms(int pid, struct bcc_symbol_option *option) in ProcSyms()
107 std::memcpy(&symbol_option_, option, sizeof(bcc_symbol_option)); in ProcSyms()
245 struct bcc_symbol_option *option) in Module()
382 void *bcc_symcache_new(int pid, struct bcc_symbol_option *option) { in bcc_symcache_new()
461 static struct bcc_symbol_option default_option = { in bcc_foreach_function_symbol()
497 struct bcc_symbol_option *option, in bcc_resolve_symname()
499 static struct bcc_symbol_option default_option = { in bcc_resolve_symname()
Dbcc_elf.c188 struct bcc_symbol_option *option, in list_in_scn()
226 struct bcc_symbol_option *option) { in listsymbols()
464 struct bcc_symbol_option *option, void *payload, in foreach_sym_core()
502 path, callback, (struct bcc_symbol_option*)option, payload, 0); in bcc_elf_foreach_sym()
649 static struct bcc_symbol_option default_option = { in bcc_elf_foreach_vdso_sym()
/external/bcc/src/python/bcc/
Dlibbcc.py135 class bcc_symbol_option(ct.Structure): class
151 …ct.c_char_p, ct.c_char_p, ct.c_ulonglong, ct.c_int, ct.POINTER(bcc_symbol_option), ct.POINTER(bcc_…
158 lib.bcc_symcache_new.argtypes = [ct.c_int, ct.POINTER(bcc_symbol_option)]
D__init__.py27 from .libbcc import lib, bcc_symbol, bcc_symbol_option, _SYM_CB_TYPE
59 pid, ct.cast(None, ct.POINTER(bcc_symbol_option)))
697 ct.cast(None, ct.POINTER(bcc_symbol_option)),
/external/bcc/src/cc/api/
DBPFTable.h314 bcc_symbol_option symbol_option_;
/external/bcc/src/cc/usdt/
Dusdt_args.cc39 static struct bcc_symbol_option default_option = { in get_global_address()