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

/system/extras/simpleperf/scripts/
H A Dannotate.py18 """annotate.py: annotate source files based on perf.data.
317 def annotate(self): member in class:SourceFileAnnotator
595 log_info('annotate file %s' % from_path)
621 annotate = annotates.get(line)
622 if annotate is None:
624 annotate = ''
626 annotate = empty_annotate
628 annotate = '/* ' + annotate
[all...]
H A Dpprof_proto_generator.py37 from annotate import Addr2Line

Completed in 46 milliseconds