Lines Matching refs:Record
17 - [Record and report profiling data](#record-and-report-profiling-data)
18 - [Record and report call graph](#record-and-report-call-graph)
21 - [Record both on CPU time and off CPU time](#record-both-on-cpu-time-and-off-cpu-time)
41 - [Record call graphs](#record-call-graphs-in-record-cmd)
42 …- [Record both on CPU time and off CPU time](#record-both-on-cpu-time-and-off-cpu-time-in-record-c…
156 2. Record profiling data.
256 ### Record and report profiling data
261 # Cd to the directory of simpleperf scripts. Record perf.data.
307 ### Record and report call graph
312 # Record dwarf based call graphs: add "-g" in the -r option.
316 # Record stack frame based call graphs: add "--call-graph fp" in the -r option.
366 ### Record both on CPU time and off CPU time
421 # Record surfaceflinger process for 10 seconds with dwarf based call graph. More examples are in
694 # Record on process 7394 for 10 seconds, using default event (cpu-cycles), using default sample
706 # Record using event instructions.
709 # Record using task-clock, which shows the passed CPU time in nanoseconds.
718 # Record process 11904 and 11905.
721 # Record thread 11904 and 11905.
724 # Record a child process running `ls`.
727 # Record the process of an Android application. This only works for debuggable apps on non-rooted
731 # Record system wide.
744 # Record with sample frequency 1000: sample 1000 times every second running.
747 # Record with sample period 100000: sample 1 time every 100000 events.
757 # Record with sample frequency 10000, with max allowed cpu percent to be 50%.
766 # Record process 11904 for 10 seconds.
769 # Record until the child process running `ls` finishes.
791 #### Record call graphs
823 # Record a dwarf based call graph
826 # Record a stack frame based call graph
833 #### Record both on CPU time and off CPU time
859 # Record with --trace-offcpu.
862 # Record with --trace-offcpu using app_profiler.py.
1015 # Record an Android application.
1018 # Record an Android application with Java code compiled into native instructions.
1021 # Record the launch of an Activity of an Android application.
1024 # Record a native process.
1027 # Record a native process given its pid.
1030 # Record a command.
1034 # Record an Android application, and use -r to send custom options to the record command.
1038 # Record both on CPU time and off CPU time.
1193 # Record a native program and generate flame graph.