Searched refs:bcc_usdt_new_frompid (Results 1 – 7 of 7) sorted by relevance
16 (void)bcc_usdt_new_frompid(-1, nullptr); in LinkAll()
25 void *bcc_usdt_new_frompid(int pid, const char *path);
131 self.context = lib.bcc_usdt_new_frompid(pid, path.encode('ascii'))133 self.context = lib.bcc_usdt_new_frompid(pid, ct.c_char_p(0))
183 lib.bcc_usdt_new_frompid.restype = ct.c_void_p184 lib.bcc_usdt_new_frompid.argtypes = [ct.c_int, ct.c_char_p]
33 self.context = libbcc.bcc_usdt_new_frompid(args.pid)
396 void *bcc_usdt_new_frompid(int pid, const char *path) { in bcc_usdt_new_frompid() function