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
122 You can record a session with SPE samples:
139 min_latency=<n> - collect only samples with this latency or higher* (PMSLATFR)
167 By default perf report and perf script will assign samples to separate groups depending on the
169 them, the samples in these groups are not necessarily unique. For example perf report shows these
172 Available samples
187 To get a full list of unique samples that are not sorted into groups, set the itrace option to
188 generate 'instruction' samples. The period option is also taken into account, so set it to 1
193 Memory access details are also stored on the samples and this can be viewed with:
207 assigning PIDs to kernel samples. For userspace sampling this can be ignored.