Searched refs:source_dirs (Results 1 – 9 of 9) sorted by relevance
/system/extras/simpleperf/demo/ |
D | README.md | 74 $ 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/ |
D | annotate.py | 57 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)
|
D | report_html.py | 535 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)
|
D | simpleperf_utils.py | 755 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/ |
D | android_application_profiling.md | 164 # 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
|
D | debug_dwarf_unwinding.md | 78 $ report_html.py -i perf_unwind.data --add_source_code --source_dirs <path to aosp-main>/system/
|
D | android_platform_profiling.md | 38 $ ./report_html.py --add_source_code --source_dirs $ANDROID_BUILD_TOP --add_disassembly \
|
D | scripts_reference.md | 146 $ ./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/ |
D | do_test.py | 159 source_dirs = [ 167 for source_dir in source_dirs:
|