Symbol: perf_sample_data_init
arch/alpha/kernel/perf_event.c
853
perf_sample_data_init(&data, 0, hwc->last_period);
arch/arc/kernel/perf_event.c
601
perf_sample_data_init(&data, 0, hwc->last_period);
arch/csky/kernel/perf_event.c
1139
perf_sample_data_init(&data, 0, hwc->last_period);
arch/loongarch/kernel/perf_event.c
505
perf_sample_data_init(&data, 0, 0);
arch/mips/kernel/perf_event_mipsxx.c
1597
perf_sample_data_init(&data, 0, 0);
arch/powerpc/perf/core-book3s.c
2324
perf_sample_data_init(&data, ~0ULL, last_period);
arch/powerpc/perf/core-fsl-emb.c
636
perf_sample_data_init(&data, 0, last_period);
arch/s390/kernel/perf_cpum_cf.c
968
perf_sample_data_init(&data, 0, event->hw.last_period);
arch/s390/kernel/perf_cpum_sf.c
1022
perf_sample_data_init(&data, 0, event->hw.last_period);
arch/s390/kernel/perf_pai.c
616
perf_sample_data_init(&data, 0, event->hw.last_period);
arch/sparc/kernel/perf_event.c
1667
perf_sample_data_init(&data, 0, hwc->last_period);
arch/x86/events/amd/core.c
1006
perf_sample_data_init(&data, 0, hwc->last_period);
arch/x86/events/amd/ibs.c
1266
perf_sample_data_init(&data, 0, hwc->last_period);
arch/x86/events/core.c
1745
perf_sample_data_init(&data, 0, last_period);
arch/x86/events/intel/core.c
3492
perf_sample_data_init(data, 0, event->hw.last_period);
arch/x86/events/intel/core.c
3647
perf_sample_data_init(&data, 0, last_period);
arch/x86/events/intel/ds.c
1188
perf_sample_data_init(&data, 0, event->hw.last_period);
arch/x86/events/intel/ds.c
2188
perf_sample_data_init(data, 0, event->hw.last_period);
arch/x86/events/intel/ds.c
2421
perf_sample_data_init(data, 0, event->hw.last_period);
arch/x86/events/intel/knc.c
256
perf_sample_data_init(&data, 0, last_period);
arch/x86/events/intel/p4.c
1070
perf_sample_data_init(&data, 0, hwc->last_period);
arch/x86/events/zhaoxin/core.c
396
perf_sample_data_init(&data, 0, event->hw.last_period);
arch/xtensa/kernel/perf_event.c
390
perf_sample_data_init(&data, 0, last_period);
drivers/perf/apple_m1_cpu_pmu.c
473
perf_sample_data_init(&data, 0, event->hw.last_period);
drivers/perf/arm_pmuv3.c
927
perf_sample_data_init(&data, 0, hwc->last_period);
drivers/perf/arm_v6_pmu.c
275
perf_sample_data_init(&data, 0, hwc->last_period);
drivers/perf/arm_v7_pmu.c
929
perf_sample_data_init(&data, 0, hwc->last_period);
drivers/perf/arm_xscale_pmu.c
185
perf_sample_data_init(&data, 0, hwc->last_period);
drivers/perf/arm_xscale_pmu.c
517
perf_sample_data_init(&data, 0, hwc->last_period);
drivers/perf/riscv_pmu_sbi.c
1126
perf_sample_data_init(&data, 0, hw_evt->last_period);
kernel/events/core.c
11031
perf_sample_data_init(&data, addr, 0);
kernel/events/core.c
11353
perf_sample_data_init(data, 0, 0);
kernel/events/core.c
11413
perf_sample_data_init(&data, 0, 0);
kernel/events/core.c
11731
perf_sample_data_init(&sample, bp->attr.bp_addr, 0);
kernel/events/core.c
12190
perf_sample_data_init(&data, 0, event->hw.last_period);
kernel/trace/bpf_trace.c
686
perf_sample_data_init(sd, 0, 0);
kernel/trace/bpf_trace.c
746
perf_sample_data_init(sd, 0, 0);