Searched refs:streq_functions (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/bcc/src/python/bcc/ |
H A D | utils.py | 103 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 D | argdist.py | 199 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 D | trace.py | 72 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
|