Searched refs:bcc_foreach_function_symbol (Results 1 – 5 of 5) sorted by relevance
73 int bcc_foreach_function_symbol(const char *module, SYM_CB cb);
458 int bcc_foreach_function_symbol(const char *module, SYM_CB cb) { in bcc_foreach_function_symbol() function
155 lib.bcc_foreach_function_symbol.restype = ct.c_int156 lib.bcc_foreach_function_symbol.argtypes = [ct.c_char_p, _SYM_CB_TYPE]
933 res = lib.bcc_foreach_function_symbol(name, _SYM_CB_TYPE(sym_cb))