Lines Matching refs:py
54 1. Scripts used for recording, like app_profiler.py, run_simpleperf_without_usb_connection.py.
56 2. Scripts used for reporting, like report.py, report_html.py, inferno.
58 3. Scripts used for parsing profiling data, like simpleperf_report_lib.py.
76 *.py, inferno, purgatorio: Python scripts used for recording and reporting. Details are in [scripts…
167 $ ./binary_cache_builder.py -lib NATIVE_LIB_DIR,...
175 $ ./report.py --symfs binary_cache
177 # report_html.py searches binary_cache/ automatically, so you don't need to
179 $ ./report_html.py
199 To use app_profiler.py:
202 $ ./app_profiler.py -lib <unstripped_dir>
211 1. Through report_html.py:
215 `binary_cache_builder.py -i perf.data -lib <dir_of_lib_with_debug_info>`.
216 3) Use report_html.py to generate report.html with annotated source code and disassembly,
221 2) Use pprof_proto_generator.py to generate pprof proto file. `pprof_proto_generator.py`.