Searched refs:bcc_free_symcache (Results 1 – 5 of 5) sorted by relevance
53 void bcc_free_symcache(void *symcache, int pid);
389 void bcc_free_symcache(void *symcache, int pid) { in bcc_free_symcache() function
161 lib.bcc_free_symcache.restype = ct.c_void_p162 lib.bcc_free_symcache.argtypes = [ct.c_void_p, ct.c_int]
272 bcc_free_symcache(it.second, it.first); in ~BPFStackTable()