Home
last modified time | relevance | path

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

/system/extras/simpleperf/demo/
DREADME.md68 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly
100 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly
132 $ python report_html.py --add_source_code --source_dirs ../demo --add_disassembly
/system/extras/simpleperf/scripts/
Dreport_html.py387 def add_source_code(self, real_path): member in SourceFile
416 source_file.add_source_code(real_path)
581 def add_source_code(self, source_dirs, filter_lib): member in RecordData
841 if args.add_source_code or args.add_disassembly:
848 if args.add_source_code and not args.source_dirs:
850 build_addr_hit_map = args.add_source_code or args.add_disassembly
866 if args.add_source_code:
867 record_data.add_source_code(args.source_dirs, filter_lib)
/system/extras/simpleperf/doc/
DREADME.md300 $ python report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleWithNative \
384 $ python report_html.py --add_disassembly --add_source_code \
442 $ python report_html.py --add_source_code --source_dirs $ANDROID_BUILD_TOP --add_disassembly \
873 $ python report_html.py --add_disassembly --add_source_code --source_dirs ../demo
884 $ python report_html.py --add_disassembly --add_source_code --source_dirs ../demo
1143 $ python report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleWithNative
1160 $ python report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleWithNative \