Searched refs:bcc_usdt_foreach (Results 1 – 5 of 5) sorted by relevance
63 void bcc_usdt_foreach(void *usdt, bcc_usdt_cb callback);
240 lib.bcc_usdt_foreach.restype = None241 lib.bcc_usdt_foreach.argtypes = [ct.c_void_p, _USDT_CB]
185 lib.bcc_usdt_foreach(self.context, _USDT_CB(_add_probe))
484 void bcc_usdt_foreach(void *usdt, bcc_usdt_cb callback) { in bcc_usdt_foreach() function