Lines Matching refs:report
17 - [Record and report profiling data](#record-and-report-profiling-data)
18 - [Record and report call graph](#record-and-report-call-graph)
19 - [Report in html interface](#report-in-html-interface)
21 - [Report in Android Studio](#report-in-android-studio)
137 ## Record and report profiling data
160 $ python report.py
173 [report.py](scripts_reference.md#reportpy) reports profiling data in stdio interface. If there
174 are a lot of unknown symbols in the report, check [here](README.md#how-to-solve-missing-symbols-in-…
185 [report_html.py](scripts_reference.md#report_htmlpy) generates report in report.html, and pops up
188 ## Record and report call graph
190 We can record and report [call graphs](executable_commands_reference.md#record-call-graphs) as belo…
203 $ python report.py -g
206 $ python report.py -g --gui
249 simpleperf report-sample command can convert perf.data into protobuf format accepted by
254 $ simpleperf report-sample --protobuf --show-callchain -i perf.data -o perf.trace