Home
last modified time | relevance | path

Searched defs:enable_probe (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/bcc/src/lua/bcc/
H A Dusdt.lua43 function Usdt:enable_probe(args) function
/aosp_15_r20/external/bcc/src/cc/usdt/
H A Dusdt.cc325 bool Context::enable_probe(const std::string &probe_name, in enable_probe() function in USDT::Context
351 bool Context::enable_probe(const std::string &provider_name, in enable_probe() function in USDT::Context
/aosp_15_r20/external/bcc/tools/lib/
H A Duflow.py103 def enable_probe(probe_name, func_name, read_class, read_method, is_return): function
/aosp_15_r20/external/bcc/src/python/bcc/
H A Dusdt.py149 def enable_probe(self, probe, fn_name): member in USDT