Searched refs:bcc_usdt_get_location (Results 1 – 5 of 5) sorted by relevance
/external/bcc/src/cc/includes/ |
D | bcc_usdt.h | 64 int bcc_usdt_get_location(void *usdt, const char *provider_name,
|
/external/bcc/src/cc/ |
D | bcc_usdt.h | 64 int bcc_usdt_get_location(void *usdt, const char *provider_name,
|
/external/bcc/src/python/bcc/ |
D | libbcc.py | 243 lib.bcc_usdt_get_location.restype = ct.c_int 244 lib.bcc_usdt_get_location.argtypes = [ct.c_void_p, ct.c_char_p, ct.c_char_p, ct.c_int,
|
D | usdt.py | 120 res = lib.bcc_usdt_get_location(self.context, self.provider, self.name,
|
/external/bcc/src/cc/usdt/ |
D | usdt.cc | 489 int bcc_usdt_get_location(void *usdt, const char *provider_name, in bcc_usdt_get_location() function
|