Home
last modified time | relevance | path

Searched refs:bcc_usdt_get_location (Results 1 – 5 of 5) sorted by relevance

/external/bcc/src/cc/includes/
Dbcc_usdt.h64 int bcc_usdt_get_location(void *usdt, const char *provider_name,
/external/bcc/src/cc/
Dbcc_usdt.h64 int bcc_usdt_get_location(void *usdt, const char *provider_name,
/external/bcc/src/python/bcc/
Dlibbcc.py243 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,
Dusdt.py120 res = lib.bcc_usdt_get_location(self.context, self.provider, self.name,
/external/bcc/src/cc/usdt/
Dusdt.cc489 int bcc_usdt_get_location(void *usdt, const char *provider_name, in bcc_usdt_get_location() function