| /linux/drivers/perf/ |
| H A D | arm_xscale_pmu.c | 185 perf_sample_data_init(&data, 0, hwc->last_period); in xscale1pmu_handle_irq() 517 perf_sample_data_init(&data, 0, hwc->last_period); in xscale2pmu_handle_irq()
|
| H A D | arm_v6_pmu.c | 275 perf_sample_data_init(&data, 0, hwc->last_period); in armv6pmu_handle_irq()
|
| H A D | apple_m1_cpu_pmu.c | 473 perf_sample_data_init(&data, 0, event->hw.last_period); in m1_pmu_handle_irq()
|
| H A D | riscv_pmu_sbi.c | 1126 perf_sample_data_init(&data, 0, hw_evt->last_period); in pmu_sbi_ovf_handler()
|
| H A D | arm_pmuv3.c | 927 perf_sample_data_init(&data, 0, hwc->last_period); in armv8pmu_handle_irq()
|
| H A D | arm_v7_pmu.c | 929 perf_sample_data_init(&data, 0, hwc->last_period); in armv7pmu_handle_irq()
|
| /linux/arch/x86/events/intel/ |
| H A D | knc.c | 256 perf_sample_data_init(&data, 0, last_period); in knc_pmu_handle_irq()
|
| H A D | ds.c | 1188 perf_sample_data_init(&data, 0, event->hw.last_period); in intel_pmu_drain_bts_buffer() 2188 perf_sample_data_init(data, 0, event->hw.last_period); in setup_pebs_fixed_sample_data() 2421 perf_sample_data_init(data, 0, event->hw.last_period); in __setup_perf_sample_data()
|
| H A D | p4.c | 1070 perf_sample_data_init(&data, 0, hwc->last_period); in p4_pmu_handle_irq()
|
| /linux/arch/xtensa/kernel/ |
| H A D | perf_event.c | 390 perf_sample_data_init(&data, 0, last_period); in xtensa_pmu_irq_handler()
|
| /linux/arch/x86/events/zhaoxin/ |
| H A D | core.c | 396 perf_sample_data_init(&data, 0, event->hw.last_period); in zhaoxin_pmu_handle_irq()
|
| /linux/arch/powerpc/perf/ |
| H A D | core-fsl-emb.c | 636 perf_sample_data_init(&data, 0, last_period); in record_and_restart()
|
| /linux/arch/alpha/kernel/ |
| H A D | perf_event.c | 853 perf_sample_data_init(&data, 0, hwc->last_period); in alpha_perf_event_irq_handler()
|
| /linux/arch/loongarch/kernel/ |
| H A D | perf_event.c | 505 perf_sample_data_init(&data, 0, 0); in pmu_handle_irq()
|
| /linux/arch/arc/kernel/ |
| H A D | perf_event.c | 601 perf_sample_data_init(&data, 0, hwc->last_period); in arc_pmu_intr()
|
| /linux/arch/s390/kernel/ |
| H A D | perf_pai.c | 616 perf_sample_data_init(&data, 0, event->hw.last_period); in pai_push_sample()
|
| H A D | perf_cpum_cf.c | 968 perf_sample_data_init(&data, 0, event->hw.last_period); in cfdiag_push_sample()
|
| H A D | perf_cpum_sf.c | 1022 perf_sample_data_init(&data, 0, event->hw.last_period); in perf_push_sample()
|
| /linux/arch/x86/events/amd/ |
| H A D | core.c | 1006 perf_sample_data_init(&data, 0, hwc->last_period); in amd_pmu_v2_handle_irq()
|
| H A D | ibs.c | 1266 perf_sample_data_init(&data, 0, hwc->last_period); in perf_ibs_handle_irq()
|
| /linux/arch/csky/kernel/ |
| H A D | perf_event.c | 1139 perf_sample_data_init(&data, 0, hwc->last_period); in csky_pmu_handle_irq()
|
| /linux/include/linux/ |
| H A D | perf_event.h | 1360 static inline void perf_sample_data_init(struct perf_sample_data *data, in perf_sample_data_init() function
|
| /linux/arch/mips/kernel/ |
| H A D | perf_event_mipsxx.c | 1597 perf_sample_data_init(&data, 0, 0); in mipsxx_pmu_handle_shared_irq()
|
| /linux/arch/sparc/kernel/ |
| H A D | perf_event.c | 1667 perf_sample_data_init(&data, 0, hwc->last_period); in perf_event_nmi_handler()
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 686 perf_sample_data_init(sd, 0, 0); in BPF_CALL_5() 746 perf_sample_data_init(sd, 0, 0); in bpf_event_output()
|