Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A 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[cp
[all...]
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A 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[cp
[all...]

Completed in 2 milliseconds