Lines Matching defs:samples
114 unsigned long long samples;
175 unsigned long long samples;
451 rec->samples++;
640 thread->samples++;
746 rec->samples++;
763 rec->samples++;
1392 rec->samples++;
1416 * so no need to process samples. But if timestamp_boundary is enabled,
1417 * it still needs to walk on all samples to get the timestamps of
1418 * first/last samples.
1647 unsigned long long hits = thread->samples;
1652 if (hits == thread->samples) {
1803 rec->samples = 0;
2277 rec->samples += thread_data[t].samples;
2282 pr_debug("threads[%d]: samples=%lld, wakes=%ld, ", thread_data[t].tid,
2283 thread_data[t].samples, thread_data[t].waking);
2584 unsigned long long hits = thread->samples;
2589 * hits != rec->samples in previous round.
2653 if (hits == thread->samples) {
2777 rec->samples = 0;
2794 char samples[128];
2798 if (rec->samples && !rec->opts.full_auxtrace)
2799 scnprintf(samples, sizeof(samples),
2800 " (%" PRIu64 " samples)", rec->samples);
2802 samples[0] = '\0';
2806 data->path, postfix, samples);
3337 OPT_BOOLEAN('R', "raw-samples", &record.opts.raw_samples,
3390 OPT_BOOLEAN('n', "no-samples", &record.opts.no_samples,
3465 "Record timestamp boundary (time of first/last samples)"),