Lines Matching refs:samples
35 The record command records samples of the profiled process in a time period.
43 5. Simpleperf reads samples from the mapped buffers and generates perf.data.
204 # using default sample frequency (4000 samples per second), writing records
398 simpleperf_report_lib.py is used to enumerate samples in perf.data. Internally
400 samples in perf.data to other forms. One example using simpleperf_report_lib.py
457 Don’t forget to run the app while recording. Otherwise, we may get no samples
463 Report samples in different threads.
477 Report samples in different binaries in the main thread.
490 Report samples in different functions in libsudo-game-jni.so in the main thread.
528 Report samples in one function
760 ### Process samples using simpleperf_report_lib.py
761 simpleperf_report_lib.py provides an interface reading samples from perf.data.