Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/src/python/bcc/
H A Dutils.py103 def _generate_streq_function(string, probe_read_func, streq_functions, argument
106 streq_functions += """
119 return fname, streq_functions
122 def rewrite_expr(expr, bin_cmp, is_user, probe_user_list, streq_functions, argument
137 fname, streq_functions = StrcmpRewrite._generate_streq_function(
139 streq_functions, probeid)
144 "streq_functions": streq_functions,
/aosp_15_r20/external/bcc/tools/
H A Dargdist.py199 self.streq_functions = ""
279 self.probe_user_list, self.streq_functions,
282 self.streq_functions = rdict["streq_functions"]
433 return self.streq_functions + program
H A Dtrace.py72 self.streq_functions = ""
306 self.probe_user_list, self.streq_functions,
309 self.streq_functions = rdict["streq_functions"]
538 return self.streq_functions + data_decl + "\n" + text