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

12

/linux-master/include/trace/events/
H A Diocost.h17 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-master/arch/xtensa/kernel/
H A Dperf_event.c178 hwc->last_period = period;
183 hwc->last_period = period;
378 u64 last_period; local
385 last_period = hwc->last_period;
390 perf_sample_data_init(&data, 0, last_period);
/linux-master/drivers/perf/
H A Driscv_pmu.c217 hwc->last_period = period;
224 hwc->last_period = period;
350 hwc->last_period = hwc->sample_period;
H A Darm_pmu.c213 hwc->last_period = period;
220 hwc->last_period = period;
492 hwc->last_period = hwc->sample_period;
H A Dapple_m1_cpu_pmu.c411 perf_sample_data_init(&data, 0, event->hw.last_period);
/linux-master/arch/arc/kernel/
H A Dperf_event.c336 hwc->last_period = hwc->sample_period;
418 hwc->last_period = period;
424 hwc->last_period = period;
601 perf_sample_data_init(&data, 0, hwc->last_period);
/linux-master/arch/alpha/kernel/
H A Dperf_event.c262 hwc->last_period = period;
269 hwc->last_period = period;
680 hwc->last_period = hwc->sample_period;
853 perf_sample_data_init(&data, 0, hwc->last_period);
/linux-master/arch/loongarch/kernel/
H A Dperf_event.c311 hwc->last_period = period;
317 hwc->last_period = period;
488 data->period = event->hw.last_period;
807 hwc->last_period = hwc->sample_period;
/linux-master/arch/powerpc/perf/
H A Dcore-fsl-emb.c546 event->hw.last_period = event->hw.sample_period;
547 local64_set(&event->hw.period_left, event->hw.last_period);
618 event->hw.last_period = event->hw.sample_period;
635 perf_sample_data_init(&data, 0, event->hw.last_period);
H A Dcore-book3s.c2167 event->hw.last_period = event->hw.sample_period;
2168 local64_set(&event->hw.period_left, event->hw.last_period);
2278 event->hw.last_period = event->hw.sample_period;
2306 perf_sample_data_init(&data, ~0ULL, event->hw.last_period);
/linux-master/arch/x86/events/intel/
H A Dknc.c253 perf_sample_data_init(&data, 0, event->hw.last_period);
H A Dds.c789 perf_sample_data_init(&data, 0, event->hw.last_period);
1632 perf_sample_data_init(data, 0, event->hw.last_period);
1634 data->period = event->hw.last_period;
1815 perf_sample_data_init(data, 0, event->hw.last_period);
1816 data->period = event->hw.last_period;
/linux-master/sound/pci/echoaudio/
H A Dechoaudio.h301 u32 last_period; /* Counter position last time a member in struct:audiopipe
H A Dechoaudio.c596 pipe->last_period = 0;
765 pipe->last_period = 0;
1823 step = counter - pipe->last_period; /* handles wrapping */
1829 pipe->last_period += step; /* used exclusively by us */
/linux-master/arch/sparc/kernel/
H A Dperf_event.c895 if (unlikely(period != hwc->last_period))
896 left = period - (hwc->last_period - left);
901 hwc->last_period = period;
908 hwc->last_period = period;
1500 hwc->last_period = hwc->sample_period;
1667 perf_sample_data_init(&data, 0, hwc->last_period);
/linux-master/arch/arm/kernel/
H A Dperf_event_xscale.c185 perf_sample_data_init(&data, 0, hwc->last_period);
517 perf_sample_data_init(&data, 0, hwc->last_period);
H A Dperf_event_v6.c276 perf_sample_data_init(&data, 0, hwc->last_period);
/linux-master/arch/x86/events/amd/
H A Dibs.c113 hwc->last_period = period;
120 hwc->last_period = period;
323 * hwc->last_period and hwc->period_left.
325 hwc->last_period = hwc->sample_period;
1061 perf_sample_data_init(&data, 0, hwc->last_period);
/linux-master/arch/csky/kernel/
H A Dperf_event.c888 hwc->last_period = period;
895 hwc->last_period = period;
1139 perf_sample_data_init(&data, 0, hwc->last_period);
/linux-master/arch/mips/kernel/
H A Dperf_event_mipsxx.c421 hwc->last_period = period;
427 hwc->last_period = period;
790 data->period = event->hw.last_period;
1530 hwc->last_period = hwc->sample_period;
/linux-master/arch/x86/events/zhaoxin/
H A Dcore.c395 perf_sample_data_init(&data, 0, event->hw.last_period);
/linux-master/kernel/events/
H A Dhw_breakpoint.c973 bp->hw.last_period = bp->hw.sample_period;
/linux-master/arch/s390/kernel/
H A Dperf_pai_crypto.c431 perf_sample_data_init(&data, 0, event->hw.last_period);
H A Dperf_pai_ext.c447 perf_sample_data_init(&data, 0, event->hw.last_period);
/linux-master/arch/x86/events/
H A Dcore.c482 hwc->last_period = hwc->sample_period;
1381 hwc->last_period = period;
1388 hwc->last_period = period;
1703 perf_sample_data_init(&data, 0, event->hw.last_period);

Completed in 247 milliseconds

12