Lines Matching refs:param_dict
202 def print_srccode(comm, param_dict, sample, symbol, dso): argument
207 offs = get_offset(param_dict, "symoff")
240 def process_event(param_dict): argument
245 sample = param_dict["sample"]
246 comm = param_dict["comm"]
248 name = param_dict["ev_name"]
249 dso = get_optional(param_dict, "dso")
250 dso_bid = get_optional(param_dict, "dso_bid")
251 dso_start = get_optional(param_dict, "dso_map_start")
252 dso_end = get_optional(param_dict, "dso_map_end")
253 symbol = get_optional(param_dict, "symbol")
254 map_pgoff = get_optional(param_dict, "map_pgoff")
294 print_srccode(comm, param_dict, sample, symbol, dso)
355 print_srccode(comm, param_dict, sample, symbol, dso)