Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dreport_html.py510 def add_source_code(self, real_path: str): member in SourceFile
540 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 RecordData
1054 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_disassembly
1084 if args.add_source_code:
1085 record_data.add_source_code(args.source_dirs, filter_lib, args.jobs)
/aosp_15_r20/system/extras/simpleperf/demo/
H A DREADME.md74 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly
106 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly
139 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly
/aosp_15_r20/system/extras/simpleperf/doc/
H A Dscripts_reference.md146 $ ./report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleCpp
156 $ ./report_html.py --add_source_code --add_disassembly --binary_filter com.example.myapp
166 $ ./report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleCpp \
H A Dandroid_application_profiling.md165 $ ./report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleCpp \
270 $ ./report_html.py --add_disassembly --add_source_code \
H A Ddebug_dwarf_unwinding.md78 $ report_html.py -i perf_unwind.data --add_source_code --source_dirs <path to aosp-main>/system/
H A Dandroid_platform_profiling.md46 $ ./report_html.py --add_source_code --source_dirs $ANDROID_BUILD_TOP --add_disassembly \