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
2326
perf_sample_data_init(&data, ~0ULL, last_period);
arch/powerpc/perf/core-fsl-emb.c
637
perf_sample_data_init(&data, 0, last_period);
arch/s390/kernel/perf_cpum_cf.c
971
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
629
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
1012
perf_sample_data_init(&data, 0, hwc->last_period);
arch/x86/events/amd/ibs.c
1446
perf_sample_data_init(&data, 0, hwc->last_period);
arch/x86/events/core.c
1748
perf_sample_data_init(&data, 0, last_period);
arch/x86/events/intel/core.c
3772
perf_sample_data_init(data, 0, event->hw.last_period);
arch/x86/events/intel/core.c
3927
perf_sample_data_init(&data, 0, last_period);
arch/x86/events/intel/ds.c
1185
perf_sample_data_init(&data, 0, event->hw.last_period);
arch/x86/events/intel/ds.c
2196
perf_sample_data_init(data, 0, event->hw.last_period);
arch/x86/events/intel/ds.c
2429
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
397
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
1125
perf_sample_data_init(&data, 0, hw_evt->last_period);
kernel/events/core.c
11100
perf_sample_data_init(&data, addr, 0);
kernel/events/core.c
11422
perf_sample_data_init(data, 0, 0);
kernel/events/core.c
11482
perf_sample_data_init(&data, 0, 0);
kernel/events/core.c
11809
perf_sample_data_init(&sample, bp->attr.bp_addr, 0);
kernel/events/core.c
12268
perf_sample_data_init(&data, 0, event->hw.last_period);
kernel/trace/bpf_trace.c
716
perf_sample_data_init(sd, 0, 0);
kernel/trace/bpf_trace.c
776
perf_sample_data_init(sd, 0, 0);