Searched refs:bcc_usdt_enable_probe (Results 1 – 6 of 6) sorted by relevance
/external/bcc/src/cc/includes/ |
D | bcc_usdt.h | 72 int bcc_usdt_enable_probe(void *, const char *, const char *);
|
/external/bcc/src/cc/ |
D | bcc_usdt.h | 72 int bcc_usdt_enable_probe(void *, const char *, const char *);
|
/external/bcc/src/python/bcc/ |
D | usdt.py | 149 if lib.bcc_usdt_enable_probe(self.context, probe.encode('ascii'), 158 if lib.bcc_usdt_enable_probe(self.context, probe.encode('ascii'),
|
D | libbcc.py | 192 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/ |
D | usdt.lua | 45 assert(libbcc.bcc_usdt_enable_probe(
|
/external/bcc/src/cc/usdt/ |
D | usdt.cc | 435 int bcc_usdt_enable_probe(void *usdt, const char *probe_name, in bcc_usdt_enable_probe() function
|