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

/xsrc/external/mit/MesaLib.old/dist/bin/
H A Dperf-annotate-jit.py195 call_re = re.compile(r'^\s+(?P<address>[0-9a-fA-F]+)\s+(?P<symbol>.*)\s+\((?P<module>[^)]*)\)$') variable in class:PerfParser
199 mo = self.call_re.match(line)
/xsrc/external/mit/MesaLib/dist/bin/
H A Dperf-annotate-jit.py195 call_re = re.compile(r'^\s+(?P<address>[0-9a-fA-F]+)\s+(?P<symbol>.*)\s+\((?P<module>[^)]*)\)$') variable in class:PerfParser
199 mo = self.call_re.match(line)

Completed in 2 milliseconds