Home
last modified time | relevance | path

Searched defs:leaf_str (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/bcc/src/python/bcc/
H A Dtable.py362 def leaf_scanf(self, leaf_str): argument
1311 def leaf_scanf(self, leaf_str): argument
/aosp_15_r20/external/bcc/src/cc/
H A Dbpf_module.cc940 int BPFModule::table_leaf_scanf(size_t id, const char *leaf_str, void *leaf) { in table_leaf_scanf()