Searched refs:streq_functions (Results 1 – 3 of 3) sorted by relevance
/external/bcc/src/python/bcc/ |
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,
|
/external/bcc/tools/ |
D | argdist.py | 188 self.streq_functions = "" 268 self.probe_user_list, self.streq_functions, 271 self.streq_functions = rdict["streq_functions"] 418 return self.streq_functions + program
|
D | trace.py | 72 self.streq_functions = "" 306 self.probe_user_list, self.streq_functions, 309 self.streq_functions = rdict["streq_functions"] 576 return self.streq_functions + data_decl + "\n" + text
|