Lines Matching refs:perf
54 # Save profiling data in a custom file (like perf_custom.data) instead of perf.data.
69 -g --duration 1 -o /data/local/tmp/perf.data
99 # It may take a while to stop recording. After that, the profiling data is collected in perf.data
119 # Generate binary_cache for perf.data, by pulling binaries from the device.
154 # Generate chart statistics, sample table and flamegraphs, based on perf.data.
204 # Generate flamegraph based on perf.data.
206 $ ./inferno.sh -sc --record_file perf.data
221 # Convert perf.data in the current directory to pprof.proto format.
238 # Convert perf.data in the current directory to a format used by FlameGraph.
239 $ python report_sample.py --symfs binary_cache >out.perf
241 $ FlameGraph/stackcollapse-perf.pl out.perf >out.folded