Searched refs:bcc_usdt_close (Results 1 – 7 of 7) sorted by relevance
18 (void)bcc_usdt_close(nullptr); in LinkAll()
27 void bcc_usdt_close(void *usdt);
50 libbcc.bcc_usdt_close(self.context)
189 lib.bcc_usdt_close.restype = None190 lib.bcc_usdt_close.argtypes = [ct.c_void_p]
146 lib.bcc_usdt_close(self.context)
428 void bcc_usdt_close(void *usdt) { in bcc_usdt_close() function