Lines Matching defs:sample
393 struct perf_sample *sample,
402 .sample = sample,
408 sample->time)) {
413 if (machine__resolve(machine, &al, sample) < 0) {
420 if (cpu_list && !test_bit(sample->cpu, cpu_bitmap)) {
428 NULL, NULL, NULL, sample, true)) {
434 hist__account_cycles(sample->branch_stack, &al, sample, false,
447 if (!hists__add_entry(hists, &al, NULL, NULL, NULL, NULL, sample,
461 hists->stats.total_period += sample->period;
463 hists->stats.total_non_filtered_period += sample->period;
472 .sample = diff__process_sample_event,