Searched refs:last_period (Results 26 - 37 of 37) sorted by relevance

12

/linux-master/arch/s390/kernel/
H A Dperf_cpum_cf.c965 perf_sample_data_init(&data, 0, event->hw.last_period);
1768 event->hw.last_period = event->hw.sample_period;
H A Dperf_cpum_sf.c658 hwc->last_period = hwc->sample_period;
1120 perf_sample_data_init(&data, 0, event->hw.last_period);
/linux-master/arch/x86/events/amd/
H A Dcore.c996 perf_sample_data_init(&data, 0, hwc->last_period);
/linux-master/kernel/events/
H A Dcore.c9534 perf_adjust_period(event, delta, hwc->last_period, true);
9766 u64 period = hwc->last_period;
9770 hwc->last_period = hwc->sample_period;
9830 data->period = event->hw.last_period;
10002 hwc->last_period = hwc->sample_period;
11074 perf_sample_data_init(&data, 0, event->hw.last_period);
11142 hwc->last_period = hwc->sample_period;
12019 hwc->last_period = hwc->sample_period;
13395 hwc->last_period = sample_period;
/linux-master/arch/x86/events/intel/
H A Dp4.c1068 perf_sample_data_init(&data, 0, hwc->last_period);
H A Dcore.c2949 perf_sample_data_init(data, 0, event->hw.last_period);
3056 perf_sample_data_init(&data, 0, event->hw.last_period);
/linux-master/drivers/perf/
H A Darm_pmuv3.c886 perf_sample_data_init(&data, 0, hwc->last_period);
H A Driscv_pmu_sbi.c982 perf_sample_data_init(&data, 0, hw_evt->last_period);
/linux-master/arch/powerpc/perf/
H A Dimc-pmu.c1295 data->period = event->hw.last_period;
/linux-master/include/linux/
H A Dperf_event.h241 u64 last_period; member in struct:hw_perf_event::__anon2563::__anon2564
/linux-master/block/
H A Dblk-iocost.c1264 u64 __maybe_unused last_period, cur_period; local
1290 last_period = atomic64_read(&iocg->active_period);
1326 last_period, cur_period, vtime);
/linux-master/arch/arm/kernel/
H A Dperf_event_v7.c980 perf_sample_data_init(&data, 0, hwc->last_period);

Completed in 469 milliseconds

12