Home
last modified time | relevance | path

Searched refs:source_dirs (Results 1 – 9 of 9) sorted by relevance

/system/extras/simpleperf/demo/
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
/system/extras/simpleperf/scripts/
Dannotate.py57 def __init__(self, ndk_path, binary_cache_path, source_dirs): argument
60 self.source_searcher = SourceFileSearcher(source_dirs)
473 config['source_dirs'] = flatten_arg_list(args.source_dirs)
Dreport_html.py535 def load_source_code(self, source_dirs: List[str]):
536 file_searcher = SourceFileSearcher(source_dirs)
735 def add_source_code(self, source_dirs: List[str], filter_lib: Callable[[str], bool], jobs: int):
802 self.source_files.load_source_code(source_dirs)
1061 if args.add_source_code and not args.source_dirs:
1085 record_data.add_source_code(args.source_dirs, filter_lib, args.jobs)
Dsimpleperf_utils.py755 def __init__(self, source_dirs: List[str]):
758 self._collect_paths(source_dirs)
760 def _collect_paths(self, source_dirs: List[str]):
761 for source_dir in source_dirs:
/system/extras/simpleperf/doc/
Dandroid_application_profiling.md164 # Add source code and disassembly. Change the path of source_dirs if it not correct.
165 $ ./report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleCpp \
271 --source_dirs path_of_SimpleperfExampleCpp
Ddebug_dwarf_unwinding.md78 $ report_html.py -i perf_unwind.data --add_source_code --source_dirs <path to aosp-main>/system/
Dandroid_platform_profiling.md38 $ ./report_html.py --add_source_code --source_dirs $ANDROID_BUILD_TOP --add_disassembly \
Dscripts_reference.md146 $ ./report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleCpp
166 $ ./report_html.py --add_source_code --source_dirs path_of_SimpleperfExampleCpp \
/system/extras/simpleperf/scripts/test/
Ddo_test.py159 source_dirs = [
167 for source_dir in source_dirs: