Searched refs:bcc_usdt_new_frompath (Results 1 – 7 of 7) sorted by relevance
17 (void)bcc_usdt_new_frompath(nullptr); in LinkAll()
26 void *bcc_usdt_new_frompath(const char *path);
36 self.context = libbcc.bcc_usdt_new_frompath(args.path)
182 lib.bcc_usdt_new_frompath.restype = ct.c_void_p183 lib.bcc_usdt_new_frompath.argtypes = [ct.c_char_p]
138 self.context = lib.bcc_usdt_new_frompath(path.encode('ascii'))
419 void *bcc_usdt_new_frompath(const char *path) { in bcc_usdt_new_frompath() function