Home
last modified time | relevance | path

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

/external/bcc/src/python/bcc/
Dusdt.py182 def _add_probe(probe): function
185 lib.bcc_usdt_foreach(self.context, _USDT_CB(_add_probe))
198 def _add_probe(binpath, fn_name, addr, pid): function
201 lib.bcc_usdt_foreach_uprobe(self.context, _USDT_PROBE_CB(_add_probe))