Home
last modified time | relevance | path

Searched refs:bcc_usdt_enable_probe (Results 1 – 6 of 6) sorted by relevance

/external/bcc/src/cc/includes/
Dbcc_usdt.h72 int bcc_usdt_enable_probe(void *, const char *, const char *);
/external/bcc/src/cc/
Dbcc_usdt.h72 int bcc_usdt_enable_probe(void *, const char *, const char *);
/external/bcc/src/python/bcc/
Dusdt.py149 if lib.bcc_usdt_enable_probe(self.context, probe.encode('ascii'),
158 if lib.bcc_usdt_enable_probe(self.context, probe.encode('ascii'),
Dlibbcc.py192 lib.bcc_usdt_enable_probe.restype = ct.c_int
193 lib.bcc_usdt_enable_probe.argtypes = [ct.c_void_p, ct.c_char_p, ct.c_char_p]
/external/bcc/src/lua/bcc/
Dusdt.lua45 assert(libbcc.bcc_usdt_enable_probe(
/external/bcc/src/cc/usdt/
Dusdt.cc435 int bcc_usdt_enable_probe(void *usdt, const char *probe_name, in bcc_usdt_enable_probe() function