Searched refs:add_source_code (Results 1 – 6 of 6) sorted by relevance
510 def add_source_code(self, real_path: str): member in SourceFile540 source_file.add_source_code(real_path)735 def add_source_code(self, source_dirs: List[str], filter_lib: Callable[[str], bool], jobs: int): member in RecordData1054 if args.add_source_code or args.add_disassembly:1061 if args.add_source_code and not args.source_dirs:1063 build_addr_hit_map = args.add_source_code or args.add_disassembly1084 if args.add_source_code:1085 record_data.add_source_code(args.source_dirs, filter_lib, args.jobs)
74 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly106 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly139 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly
146 $ ./report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleCpp156 $ ./report_html.py --add_source_code --add_disassembly --binary_filter com.example.myapp166 $ ./report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleCpp \
165 $ ./report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleCpp \270 $ ./report_html.py --add_disassembly --add_source_code \
78 $ report_html.py -i perf_unwind.data --add_source_code --source_dirs <path to aosp-main>/system/
46 $ ./report_html.py --add_source_code --source_dirs $ANDROID_BUILD_TOP --add_disassembly \