Lines Matching full:samples
66 the data, Perf generates "synthetic samples" as if these were generated at the time of the
67 recording. These samples are the same as if normal sampling was done by Perf without using SPE,
93 The 'sample_collision' PMU event can be used to determine the number of lost samples. Although this
95 number for samples dropped that would have made it through the filter, but can be a rough
101 If an implementation samples micro-operations instead of instructions, the results of sampling must
131 You can record a session with SPE samples:
148 min_latency=<n> - collect only samples with this latency or higher* (PMSLATFR)
177 By default perf report and perf script will assign samples to separate groups depending on the
179 them, the samples in these groups are not necessarily unique. For example perf report shows these
182 Available samples
197 To get a full list of unique samples that are not sorted into groups, set the itrace option to
198 generate 'instruction' samples. The period option is also taken into account, so set it to 1
203 Memory access details are also stored on the samples and this can be viewed with:
218 assigning PIDs to kernel samples. For userspace sampling this can be ignored.