Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
H A Dnetdev-times.py25 irq_dic = {}; # key is cpu and value is a list which stacks irqs variable
310 if cpu not in irq_dic.keys():
311 irq_dic[cpu] = []
313 irq_dic[cpu].append(irq_record)
317 if cpu not in irq_dic.keys():
319 irq_record = irq_dic[cpu].pop()
325 irq_dic[cpu].append(irq_record)
329 if cpu not in irq_dic.keys() \
330 or len(irq_dic[cpu]) == 0:
332 irq_record = irq_dic[cpu].pop()
[all …]