Searched refs:irq_dic (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
H A Dnetdev-times.py21 irq_dic = {}; # key is cpu and value is a list which stacks irqs variable
303 if cpu not in irq_dic.keys():
304 irq_dic[cpu] = []
306 irq_dic[cpu].append(irq_record)
310 if cpu not in irq_dic.keys():
312 irq_record = irq_dic[cpu].pop()
318 irq_dic[cpu].append(irq_record)
322 if cpu not in irq_dic.keys() \
323 or len(irq_dic[cpu]) == 0:
325 irq_record = irq_dic[cp
[all...]

Completed in 332 milliseconds