/linux/include/trace/events/ |
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_period, vtime)
|
/linux/arch/xtensa/kernel/ |
A D | perf_event.c | 169 hwc->last_period = period; in xtensa_perf_event_set_period() 174 hwc->last_period = period; in xtensa_perf_event_set_period() 369 u64 last_period; in xtensa_pmu_irq_handler() local 376 last_period = hwc->last_period; in xtensa_pmu_irq_handler() 381 perf_sample_data_init(&data, 0, last_period); in xtensa_pmu_irq_handler()
|
/linux/arch/powerpc/perf/ |
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()
|
A D | core-book3s.c | 2075 event->hw.last_period = event->hw.sample_period; in power_pmu_event_init() 2076 local64_set(&event->hw.period_left, event->hw.last_period); in power_pmu_event_init() 2186 event->hw.last_period = event->hw.sample_period; in record_and_restart() 2214 perf_sample_data_init(&data, ~0ULL, event->hw.last_period); in record_and_restart()
|
/linux/arch/arc/kernel/ |
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()
|
/linux/arch/alpha/kernel/ |
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()
|
/linux/arch/nds32/kernel/ |
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()
|
/linux/arch/x86/events/amd/ |
A D | ibs.c | 117 hwc->last_period = period; in perf_event_set_period() 124 hwc->last_period = period; in perf_event_set_period() 301 hwc->last_period = hwc->sample_period; in perf_ibs_init() 624 perf_sample_data_init(&data, 0, hwc->last_period); in perf_ibs_handle_irq()
|
/linux/arch/sparc/kernel/ |
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/drivers/perf/ |
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() 486 hwc->last_period = hwc->sample_period; in __hw_perf_event_init()
|
/linux/Documentation/translations/zh_CN/riscv/ |
A D | pmu.rst | 85 hwc->last_period = hwc->sample_period;
|
/linux/arch/arm/kernel/ |
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()
|
A D | perf_event_v6.c | 343 perf_sample_data_init(&data, 0, hwc->last_period); in armv6pmu_handle_irq()
|
/linux/arch/x86/events/intel/ |
A D | knc.c | 253 perf_sample_data_init(&data, 0, event->hw.last_period); in knc_pmu_handle_irq()
|
A D | ds.c | 679 perf_sample_data_init(&data, 0, event->hw.last_period); in intel_pmu_drain_bts_buffer() 1473 perf_sample_data_init(data, 0, event->hw.last_period); in setup_pebs_fixed_sample_data() 1475 data->period = event->hw.last_period; in setup_pebs_fixed_sample_data() 1647 perf_sample_data_init(data, 0, event->hw.last_period); in setup_pebs_adaptive_sample_data() 1648 data->period = event->hw.last_period; in setup_pebs_adaptive_sample_data()
|
/linux/sound/pci/echoaudio/ |
A D | echoaudio.h | 301 u32 last_period; /* Counter position last time a member
|
A D | echoaudio.c | 607 pipe->last_period = 0; in init_engine() 776 pipe->last_period = 0; in pcm_trigger() 1834 step = counter - pipe->last_period; /* handles wrapping */ in period_has_elapsed() 1840 pipe->last_period += step; /* used exclusively by us */ in period_has_elapsed()
|
/linux/arch/csky/kernel/ |
A D | perf_event.c | 888 hwc->last_period = period; in csky_pmu_event_set_period() 895 hwc->last_period = period; in csky_pmu_event_set_period() 1139 perf_sample_data_init(&data, 0, hwc->last_period); in csky_pmu_handle_irq()
|
/linux/arch/mips/kernel/ |
A D | perf_event_mipsxx.c | 421 hwc->last_period = period; in mipspmu_event_set_period() 427 hwc->last_period = period; in mipspmu_event_set_period() 790 data->period = event->hw.last_period; in handle_associated_event() 1530 hwc->last_period = hwc->sample_period; in __hw_perf_event_init()
|
/linux/kernel/events/ |
A D | hw_breakpoint.c | 646 bp->hw.last_period = bp->hw.sample_period; in hw_breakpoint_add()
|
/linux/arch/x86/events/ |
A D | core.c | 481 hwc->last_period = hwc->sample_period; in x86_setup_perfctr() 1379 hwc->last_period = period; in x86_perf_event_set_period() 1386 hwc->last_period = period; in x86_perf_event_set_period() 1707 perf_sample_data_init(&data, 0, event->hw.last_period); in x86_pmu_handle_irq()
|
/linux/arch/x86/events/zhaoxin/ |
A D | core.c | 395 perf_sample_data_init(&data, 0, event->hw.last_period); in zhaoxin_pmu_handle_irq()
|
/linux/arch/s390/kernel/ |
A D | perf_cpum_cf.c | 636 perf_sample_data_init(&data, 0, event->hw.last_period); in cfdiag_push_sample() 1322 event->hw.last_period = event->hw.sample_period; in cfdiag_event_init2()
|
A D | perf_cpum_sf.c | 616 hwc->last_period = hwc->sample_period; in hw_init_period() 1087 perf_sample_data_init(&data, 0, event->hw.last_period); in perf_push_sample()
|
/linux/Documentation/riscv/ |
A D | pmu.rst | 86 hwc->last_period = hwc->sample_period;
|