Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/
H A Dgecko.py125 stackMap: Dict[Tuple[Optional[int], int], int] = field(default_factory=dict) variable in Thread
132 stack_id = self.stackMap.get(key)
137 self.stackMap[key] = stack_id