Searched refs:bcc_usdt (Results 1 – 7 of 7) sorted by relevance
29 struct bcc_usdt { struct62 typedef void (*bcc_usdt_cb)(struct bcc_usdt *);
27 struct bcc_usdt;277 typedef void (*each_cb)(struct bcc_usdt *);
84 list(APPEND bcc_api_headers bcc_usdt.h)
197 class bcc_usdt(ct.Structure): class234 _USDT_CB = ct.CFUNCTYPE(None, ct.POINTER(bcc_usdt))
322 struct bcc_usdt info = {0}; in each()