Searched refs:bcc_foreach_function_symbol (Results 1 – 5 of 5) sorted by relevance
66 int bcc_foreach_function_symbol(const char *module, SYM_CB cb);
457 int bcc_foreach_function_symbol(const char *module, SYM_CB cb) { in bcc_foreach_function_symbol() function
154 lib.bcc_foreach_function_symbol.restype = ct.c_int155 lib.bcc_foreach_function_symbol.argtypes = [ct.c_char_p, _SYM_CB_TYPE]
905 res = lib.bcc_foreach_function_symbol(name, _SYM_CB_TYPE(sym_cb))