Home
last modified time | relevance | path

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

/system/extras/simpleperf/demo/
DREADME.md73 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly
105 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly
137 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly
/system/extras/simpleperf/scripts/
Dreport_html.py490 def add_source_code(self, real_path: str): member in SourceFile
520 source_file.add_source_code(real_path)
714 def add_source_code(self, source_dirs: List[str], filter_lib: Callable[[str], bool]): member in RecordData
996 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_disassembly
1026 if args.add_source_code:
1027 record_data.add_source_code(args.source_dirs, filter_lib)
/system/extras/simpleperf/doc/
Dandroid_platform_profiling.md43 $ python report_html.py --add_source_code --source_dirs $ANDROID_BUILD_TOP --add_disassembly \
Dscripts_reference.md158 $ python report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleWithNative
175 $ python report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleWithNative \
Dandroid_application_profiling.md181 $ python report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleWithNative \
276 $ python report_html.py --add_disassembly --add_source_code \
Dexecutable_commands_reference.md515 $ python report_html.py --add_disassembly --add_source_code --source_dirs ../demo
526 $ python report_html.py --add_disassembly --add_source_code --source_dirs ../demo