Searched refs:source_dirs (Results 1 – 9 of 9) sorted by relevance
/system/extras/simpleperf/demo/ |
D | README.md | 73 $ 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/ |
D | annotate.py | 56 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)
|
D | report_html.py | 515 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)
|
D | simpleperf_utils.py | 757 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/ |
D | do_test.py | 142 source_dirs = [ 150 for source_dir in source_dirs:
|
/system/extras/simpleperf/doc/ |
D | android_application_profiling.md | 180 # 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
|
D | android_platform_profiling.md | 43 $ python report_html.py --add_source_code --source_dirs $ANDROID_BUILD_TOP --add_disassembly \
|
D | scripts_reference.md | 158 $ 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 \
|
D | executable_commands_reference.md | 515 $ 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
|