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

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

Completed in 139 milliseconds