| /linux/include/trace/events/ |
| H A D | iocost.h | 17 u64 last_period, u64 cur_period, u64 vtime), 19 TP_ARGS(iocg, path, now, last_period, cur_period, vtime), 27 __field(u64, last_period) 42 __entry->last_period = last_period; 56 __entry->last_period, __entry->cur_period, 64 u64 last_period, u64 cur_period, u64 vtime), 66 TP_ARGS(iocg, path, now, last_period, cur_period, vtime) 71 u64 last_period, u64 cur_period, u64 vtime), 73 TP_ARGS(iocg, path, now, last_period, cur_perio [all...] |
| /linux/drivers/perf/ |
| H A D | riscv_pmu.c | 213 hwc->last_period = period; in riscv_pmu_event_set_period() 220 hwc->last_period = period; in riscv_pmu_event_set_period() 346 hwc->last_period = hwc->sample_period; in riscv_pmu_event_init()
|
| H A D | arm_pmu.c | 217 hwc->last_period = period; in armpmu_event_set_period() 224 hwc->last_period = period; in armpmu_event_set_period() 505 hwc->last_period = hwc->sample_period; in __hw_perf_event_init()
|
| H A D | riscv_pmu_sbi.c | 1125 perf_sample_data_init(&data, 0, hw_evt->last_period); in pmu_sbi_ovf_handler()
|
| /linux/arch/loongarch/kernel/ |
| H A D | perf_event.c | 311 hwc->last_period = period; in loongarch_pmu_event_set_period() 317 hwc->last_period = period; in loongarch_pmu_event_set_period() 478 data->period = event->hw.last_period; in handle_associated_event() 811 hwc->last_period = hwc->sample_period; in __hw_perf_event_init()
|
| /linux/arch/sparc/kernel/ |
| H A D | perf_event.c | 895 if (unlikely(period != hwc->last_period)) in sparc_perf_event_set_period() 896 left = period - (hwc->last_period - left); in sparc_perf_event_set_period() 901 hwc->last_period = period; in sparc_perf_event_set_period() 908 hwc->last_period = period; in sparc_perf_event_set_period() 1500 hwc->last_period = hwc->sample_period; in sparc_pmu_event_init() 1667 perf_sample_data_init(&data, 0, hwc->last_period); in perf_event_nmi_handler()
|
| /linux/sound/pci/echoaudio/ |
| H A D | echoaudio.h | 286 u32 last_period; /* Counter position last time a member
|
| H A D | echoaudio.c | 590 pipe->last_period = 0; in init_engine() 754 pipe->last_period = 0; in pcm_trigger() 1798 step = counter - pipe->last_period; /* handles wrapping */ in period_has_elapsed() 1804 pipe->last_period += step; /* used exclusively by us */ in period_has_elapsed()
|
| /linux/arch/powerpc/perf/ |
| H A D | vpa-dtl.c | 424 hwc->last_period = hwc->sample_period; in vpa_dtl_event_init()
|
| H A D | imc-pmu.c | 1290 data->period = event->hw.last_period; in trace_imc_prepare_sample()
|
| /linux/kernel/events/ |
| H A D | hw_breakpoint.c | 975 bp->hw.last_period = bp->hw.sample_period; in hw_breakpoint_add()
|
| H A D | core.c | 10660 perf_adjust_period(event, delta, hwc->last_period, true); in __perf_event_account_interrupt() 10909 u64 period = hwc->last_period; in perf_swevent_set_period() 10913 hwc->last_period = hwc->sample_period; in perf_swevent_set_period() 10996 data->period = event->hw.last_period; in perf_swevent_event() 11163 hwc->last_period = hwc->sample_period; in perf_swevent_add() 12300 perf_sample_data_init(&data, 0, event->hw.last_period); in perf_swevent_hrtimer() 12383 hwc->last_period = hwc->sample_period; in perf_swevent_init_hrtimer() 13496 hwc->last_period = hwc->sample_period; in perf_event_alloc() 14917 hwc->last_period = sample_period; in inherit_event()
|
| /linux/arch/s390/kernel/ |
| H A D | perf_cpum_sf.c | 590 hwc->last_period = hwc->sample_period; in hw_init_period() 1022 perf_sample_data_init(&data, 0, event->hw.last_period); in perf_push_sample()
|
| H A D | perf_pai.c | 637 perf_sample_data_init(&data, 0, event->hw.last_period); in pai_push_sample()
|
| /linux/arch/x86/events/amd/ |
| H A D | core.c | 1012 perf_sample_data_init(&data, 0, hwc->last_period); in amd_pmu_v2_handle_irq()
|
| /linux/block/ |
| H A D | blk-iocost.c | 1251 u64 __maybe_unused last_period, cur_period; in iocg_activate() local 1277 last_period = atomic64_read(&iocg->active_period); in iocg_activate() 1313 last_period, cur_period, vtime); in iocg_activate()
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 3768 perf_sample_data_init(data, 0, event->hw.last_period); in x86_pmu_handle_guest_pebs() 3887 u64 last_period; in handle_pmi_common() local 3918 last_period = event->hw.last_period; in handle_pmi_common() 3923 perf_sample_data_init(&data, 0, last_period); in handle_pmi_common() 4933 event->hw.last_period = event->hw.sample_period; in intel_pmu_hw_config()
|
| /linux/include/linux/ |
| H A D | perf_event.h | 249 u64 last_period; member
|