Searched refs:param_dict (Results 1 – 5 of 5) sorted by relevance
184 offs = get_offset(param_dict, "symoff")220 offs = get_offset(param_dict, "symoff")258 def do_process_event(param_dict): argument259 event_attr = param_dict["attr"]260 sample = param_dict["sample"]261 raw_buf = param_dict["raw_buf"]262 comm = param_dict["comm"]263 name = param_dict["ev_name"]270 dso = get_optional(param_dict, "dso")322 def process_event(param_dict): argument[all …]
71 def process_event(param_dict): argument98 if 'callchain' in param_dict:99 for entry in param_dict['callchain']:106 param_dict.setdefault('symbol', None)107 param_dict.setdefault('dso', None)108 stack.append(tidy_function_name(param_dict['symbol'],109 param_dict['dso']))112 comm = param_dict["comm"].replace(' ', '_')115 comm = comm + sep + str(param_dict['sample']['pid'])118 comm = comm + sep + str(param_dict['sample']['tid'])
73 def process_event(param_dict): argument74 event_attr = param_dict["attr"]75 sample = param_dict["sample"]76 raw_buf = param_dict["raw_buf"]77 comm = param_dict["comm"]78 name = param_dict["ev_name"]81 if ("dso" in param_dict):82 dso = param_dict["dso"]86 if ("symbol" in param_dict):87 symbol = param_dict["symbol"]
92 def process_event(param_dict): argument93 name = param_dict["ev_name"]94 sample = param_dict["sample"]
556 def process_event(param_dict):
Completed in 9 milliseconds