Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/scripts/python/
Dintel-pt-events.py44 glb_stash_dict = {} variable
113 global glb_stash_dict
119 if glb_cpu not in glb_stash_dict:
120 glb_stash_dict[glb_cpu] = []
121 glb_stash_dict[glb_cpu].append(output_str)
124 global glb_stash_dict
125 while glb_stash_dict:
126 cpus = list(glb_stash_dict.keys())
129 items = glb_stash_dict[cpu]
136 del glb_stash_dict[cpu]