Home
last modified time | relevance | path

Searched refs:bcc_usdt_new_frompath (Results 1 – 7 of 7) sorted by relevance

/external/bcc/src/cc/
Dlink_all.cc17 (void)bcc_usdt_new_frompath(nullptr); in LinkAll()
Dbcc_usdt.h26 void *bcc_usdt_new_frompath(const char *path);
/external/bcc/src/cc/includes/
Dbcc_usdt.h26 void *bcc_usdt_new_frompath(const char *path);
/external/bcc/src/lua/bcc/
Dusdt.lua36 self.context = libbcc.bcc_usdt_new_frompath(args.path)
/external/bcc/src/python/bcc/
Dlibbcc.py182 lib.bcc_usdt_new_frompath.restype = ct.c_void_p
183 lib.bcc_usdt_new_frompath.argtypes = [ct.c_char_p]
Dusdt.py138 self.context = lib.bcc_usdt_new_frompath(path.encode('ascii'))
/external/bcc/src/cc/usdt/
Dusdt.cc419 void *bcc_usdt_new_frompath(const char *path) { in bcc_usdt_new_frompath() function