/kernel/linux/linux-6.6/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...] |
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | perf_event.c | 178 hwc->last_period = period; in xtensa_perf_event_set_period() 183 hwc->last_period = period; in xtensa_perf_event_set_period() 378 u64 last_period; in xtensa_pmu_irq_handler() local 385 last_period = hwc->last_period; in xtensa_pmu_irq_handler() 390 perf_sample_data_init(&data, 0, last_period); in xtensa_pmu_irq_handler()
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | perf_event.c | 178 hwc->last_period = period; in xtensa_perf_event_set_period() 183 hwc->last_period = period; in xtensa_perf_event_set_period() 378 u64 last_period; in xtensa_pmu_irq_handler() local 385 last_period = hwc->last_period; in xtensa_pmu_irq_handler() 390 perf_sample_data_init(&data, 0, last_period); in xtensa_pmu_irq_handler()
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | core-fsl-emb.c | 546 event->hw.last_period = event->hw.sample_period; in fsl_emb_pmu_event_init() 547 local64_set(&event->hw.period_left, event->hw.last_period); in fsl_emb_pmu_event_init() 618 event->hw.last_period = event->hw.sample_period; in record_and_restart() 635 perf_sample_data_init(&data, 0, event->hw.last_period); in record_and_restart()
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | core-fsl-emb.c | 546 event->hw.last_period = event->hw.sample_period; in fsl_emb_pmu_event_init() 547 local64_set(&event->hw.period_left, event->hw.last_period); in fsl_emb_pmu_event_init() 618 event->hw.last_period = event->hw.sample_period; in record_and_restart() 635 perf_sample_data_init(&data, 0, event->hw.last_period); in record_and_restart()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | perf_event.c | 312 hwc->last_period = period; in loongarch_pmu_event_set_period() 318 hwc->last_period = period; in loongarch_pmu_event_set_period() 479 data->period = event->hw.last_period; in handle_associated_event() 798 hwc->last_period = hwc->sample_period; in __hw_perf_event_init()
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | perf_event.c | 174 hwc->last_period = hwc->sample_period; in arc_pmu_event_init() 256 hwc->last_period = period; in arc_pmu_event_set_period() 262 hwc->last_period = period; in arc_pmu_event_set_period() 439 perf_sample_data_init(&data, 0, hwc->last_period); in arc_pmu_intr()
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | perf_event.c | 262 hwc->last_period = period; in alpha_perf_event_set_period() 269 hwc->last_period = period; in alpha_perf_event_set_period() 680 hwc->last_period = hwc->sample_period; in __hw_perf_event_init() 857 perf_sample_data_init(&data, 0, hwc->last_period); in alpha_perf_event_irq_handler()
|
/kernel/linux/linux-6.6/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() 488 data->period = event->hw.last_period; in handle_associated_event() 807 hwc->last_period = hwc->sample_period; in __hw_perf_event_init()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | perf_event.c | 262 hwc->last_period = period; in alpha_perf_event_set_period() 269 hwc->last_period = period; in alpha_perf_event_set_period() 680 hwc->last_period = hwc->sample_period; in __hw_perf_event_init() 853 perf_sample_data_init(&data, 0, hwc->last_period); in alpha_perf_event_irq_handler()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | perf_event.c | 336 hwc->last_period = hwc->sample_period; in arc_pmu_event_init() 418 hwc->last_period = period; in arc_pmu_event_set_period() 424 hwc->last_period = period; in arc_pmu_event_set_period() 601 perf_sample_data_init(&data, 0, hwc->last_period); in arc_pmu_intr()
|
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | riscv_pmu.c | 217 hwc->last_period = period; in riscv_pmu_event_set_period() 224 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 | 213 hwc->last_period = period; in armpmu_event_set_period() 220 hwc->last_period = period; in armpmu_event_set_period() 493 hwc->last_period = hwc->sample_period; in __hw_perf_event_init()
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | perf_event_cpu.c | 192 if (unlikely(period != hwc->last_period)) in nds32_pmu_event_set_period() 193 left = period - (hwc->last_period - left); in nds32_pmu_event_set_period() 198 hwc->last_period = period; in nds32_pmu_event_set_period() 205 hwc->last_period = period; in nds32_pmu_event_set_period() 267 perf_sample_data_init(&data, 0, hwc->last_period); in nds32_pmu_handle_irq() 845 hwc->last_period = hwc->sample_period; in __hw_perf_event_init()
|
/kernel/linux/linux-5.10/arch/x86/events/amd/ |
H A D | ibs.c | 125 hwc->last_period = period; in perf_event_set_period() 132 hwc->last_period = period; in perf_event_set_period() 306 * hwc->last_period and hwc->period_left. in perf_ibs_init() 308 hwc->last_period = hwc->sample_period; in perf_ibs_init() 638 perf_sample_data_init(&data, 0, hwc->last_period); in perf_ibs_handle_irq()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | perf_cpum_cf_diag.c | 233 event->hw.last_period = event->hw.sample_period; in __hw_perf_event_init() 496 perf_sample_data_init(&data, 0, event->hw.last_period); in cf_diag_push_sample()
|
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | arm_pmu.c | 209 hwc->last_period = period; in armpmu_event_set_period() 216 hwc->last_period = period; in armpmu_event_set_period() 489 hwc->last_period = hwc->sample_period; in __hw_perf_event_init()
|
/kernel/linux/linux-5.10/sound/pci/echoaudio/ |
H A D | echoaudio.h | 301 u32 last_period; /* Counter position last time a member
|
/kernel/linux/linux-6.6/sound/pci/echoaudio/ |
H A D | echoaudio.h | 301 u32 last_period; /* Counter position last time a member
|
/kernel/linux/linux-6.6/arch/x86/events/amd/ |
H A D | ibs.c | 113 hwc->last_period = period; in perf_event_set_period() 120 hwc->last_period = period; in perf_event_set_period() 320 * hwc->last_period and hwc->period_left. in perf_ibs_init() 322 hwc->last_period = hwc->sample_period; in perf_ibs_init() 1058 perf_sample_data_init(&data, 0, hwc->last_period); in perf_ibs_handle_irq()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | perf_event_xscale.c | 185 perf_sample_data_init(&data, 0, hwc->last_period); in xscale1pmu_handle_irq() 531 perf_sample_data_init(&data, 0, hwc->last_period); in xscale2pmu_handle_irq()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | perf_event_xscale.c | 185 perf_sample_data_init(&data, 0, hwc->last_period); in xscale1pmu_handle_irq() 531 perf_sample_data_init(&data, 0, hwc->last_period); in xscale2pmu_handle_irq()
|