Home
last modified time | relevance | path

Searched refs:param_dict (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/systrace/profile_chrome/third_party/
Dperf_to_tracing.py143 def process_event(param_dict): argument
148 samp_comm = param_dict['comm']
149 samp_tid = param_dict['tid']
150 samp_cpu = param_dict['cpu']
151 samp_ts = param_dict['time']
152 samp_period = param_dict['period']
153 samp_type = param_dict['ev_name']
159 for cs in param_dict['cs']:
/external/v8/tools/
Dturbolizer-perf.py30 def process_event(param_dict): argument
31 addr = "0x%x" % int(param_dict['sample']['ip'])
37 ev_name = param_dict['ev_name']