Home
last modified time | relevance | path

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

/tools/perf/scripts/python/
Dnetdev-times.py25 irq_dic = {}; # key is cpu and value is a list which stacks irqs variable
309 if cpu not in irq_dic.keys():
310 irq_dic[cpu] = []
312 irq_dic[cpu].append(irq_record)
316 if cpu not in irq_dic.keys():
318 irq_record = irq_dic[cpu].pop()
324 irq_dic[cpu].append(irq_record)
328 if cpu not in irq_dic.keys() \
329 or len(irq_dic[cpu]) == 0:
331 irq_record = irq_dic[cpu].pop()
[all …]