Home
last modified time | relevance | path

Searched refs:source_dirs (Results 1 – 9 of 9) 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/
Dannotate.py56 def __init__(self, ndk_path, binary_cache_path, source_dirs): argument
59 self.source_searcher = SourceFileSearcher(source_dirs)
472 config['source_dirs'] = flatten_arg_list(args.source_dirs)
Dreport_html.py515 def load_source_code(self, source_dirs: List[str]):
516 file_searcher = SourceFileSearcher(source_dirs)
714 def add_source_code(self, source_dirs: List[str], filter_lib: Callable[[str], bool]):
781 self.source_files.load_source_code(source_dirs)
1003 if args.add_source_code and not args.source_dirs:
1027 record_data.add_source_code(args.source_dirs, filter_lib)
Dsimpleperf_utils.py757 def __init__(self, source_dirs: List[str]):
760 self._collect_paths(source_dirs)
762 def _collect_paths(self, source_dirs: List[str]):
763 for source_dir in source_dirs:
/system/extras/simpleperf/scripts/test/
Ddo_test.py142 source_dirs = [
150 for source_dir in source_dirs:
/system/extras/simpleperf/doc/
Dandroid_application_profiling.md180 # Add source code and disassembly. Change the path of source_dirs if it not correct.
181 $ python report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleWithNative \
277 --source_dirs path_of_SimpleperfExampleWithNative
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 \
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