Searched refs:add_source_code (Results 1 – 6 of 6) sorted by relevance
73 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly105 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly137 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly
490 def add_source_code(self, real_path: str): member in SourceFile520 source_file.add_source_code(real_path)714 def add_source_code(self, source_dirs: List[str], filter_lib: Callable[[str], bool]): member in RecordData996 if args.add_source_code or args.add_disassembly:1003 if args.add_source_code and not args.source_dirs:1005 build_addr_hit_map = args.add_source_code or args.add_disassembly1026 if args.add_source_code:1027 record_data.add_source_code(args.source_dirs, filter_lib)
43 $ python report_html.py --add_source_code --source_dirs $ANDROID_BUILD_TOP --add_disassembly \
158 $ python report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleWithNative175 $ python report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleWithNative \
181 $ python report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleWithNative \276 $ python report_html.py --add_disassembly --add_source_code \
515 $ python report_html.py --add_disassembly --add_source_code --source_dirs ../demo526 $ python report_html.py --add_disassembly --add_source_code --source_dirs ../demo