Lines Matching refs:perf
53 # Save profiling data in a custom file (like perf_custom.data) instead of perf.data.
68 -g --duration 1 -o /data/local/tmp/perf.data
98 # It may take a while to stop recording. After that, the profiling data is collected in perf.data
118 # Generate binary_cache for perf.data, by pulling binaries from the device.
153 # Generate chart statistics, sample table and flamegraphs, based on perf.data.
203 # Generate flamegraph based on perf.data.
205 $ ./inferno.sh -sc --record_file perf.data
216 # Convert perf.data in the current directory to pprof.proto format.
233 # Convert perf.data in the current directory to a format used by FlameGraph.
234 $ python report_sample.py --symfs binary_cache >out.perf
236 $ FlameGraph/stackcollapse-perf.pl out.perf >out.folded