Lines Matching refs:profiling
23 - [Set the path to store profiling data](#set-the-path-to-store-profiling-data)
27 - [Set the path to read profiling data](#set-the-path-to-read-profiling-data)
48 1. Given user options, simpleperf enables profiling by making a system call to the kernel.
50 3. After profiling, simpleperf reads counters from the kernel, and reports a counter summary.
53 1. Given user options, simpleperf enables profiling by making a system call to the kernel.
57 5. Simpleperf reads samples from the mapped buffers and stores profiling data in a file called
73 The record command: profiles processes and stores profiling data in perf.data.
74 The report command: reports profiling data in perf.data.
250 # Print system wide stat at interval of 300ms for 10 seconds. Note that system wide profiling needs
421 ### Set the path to store profiling data
423 By default, simpleperf stores profiling data in perf.data in the current directory. But the path
509 Below is an example comparing the profiling result with / without --trace-offcpu.
535 The report command is used to report profiling data generated by the record command. The report
541 into sample entries, and where to find profiling data and binaries.
568 ### Set the path to read profiling data
570 By default, the report command reads profiling data from perf.data in the current directory.
641 To report a call graph, please make sure the profiling data is recorded with call graphs,