/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()
|
A D | perf_event_v7.c | 990 perf_sample_data_init(&data, 0, hwc->last_period); in armv7pmu_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() 1647 perf_sample_data_init(data, 0, event->hw.last_period); in setup_pebs_adaptive_sample_data()
|
A D | p4.c | 1045 perf_sample_data_init(&data, 0, hwc->last_period); in p4_pmu_handle_irq()
|
A D | core.c | 2938 perf_sample_data_init(&data, 0, event->hw.last_period); in handle_pmi_common()
|
/linux/arch/xtensa/kernel/ |
A D | perf_event.c | 381 perf_sample_data_init(&data, 0, last_period); in xtensa_pmu_irq_handler()
|
/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/powerpc/perf/ |
A D | core-fsl-emb.c | 635 perf_sample_data_init(&data, 0, event->hw.last_period); in record_and_restart()
|
A D | core-book3s.c | 2214 perf_sample_data_init(&data, ~0ULL, event->hw.last_period); in record_and_restart()
|
/linux/arch/arc/kernel/ |
A D | perf_event.c | 439 perf_sample_data_init(&data, 0, hwc->last_period); in arc_pmu_intr()
|
/linux/arch/alpha/kernel/ |
A D | perf_event.c | 857 perf_sample_data_init(&data, 0, hwc->last_period); in alpha_perf_event_irq_handler()
|
/linux/arch/x86/events/amd/ |
A D | ibs.c | 624 perf_sample_data_init(&data, 0, hwc->last_period); in perf_ibs_handle_irq()
|
/linux/kernel/trace/ |
A D | bpf_trace.c | 680 perf_sample_data_init(sd, 0, 0); in BPF_CALL_5() 738 perf_sample_data_init(sd, 0, 0); in bpf_event_output()
|
/linux/include/linux/ |
A D | perf_event.h | 1049 static inline void perf_sample_data_init(struct perf_sample_data *data, in perf_sample_data_init() function
|
/linux/arch/nds32/kernel/ |
A D | perf_event_cpu.c | 267 perf_sample_data_init(&data, 0, hwc->last_period); in nds32_pmu_handle_irq()
|
/linux/arch/csky/kernel/ |
A D | perf_event.c | 1139 perf_sample_data_init(&data, 0, hwc->last_period); in csky_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()
|
A D | perf_cpum_sf.c | 1087 perf_sample_data_init(&data, 0, event->hw.last_period); in perf_push_sample()
|
/linux/arch/arm64/kernel/ |
A D | perf_event.c | 820 perf_sample_data_init(&data, 0, hwc->last_period); in armv8pmu_handle_irq()
|
/linux/arch/sparc/kernel/ |
A D | perf_event.c | 1667 perf_sample_data_init(&data, 0, hwc->last_period); in perf_event_nmi_handler()
|
/linux/arch/mips/kernel/ |
A D | perf_event_mipsxx.c | 1598 perf_sample_data_init(&data, 0, 0); in mipsxx_pmu_handle_shared_irq()
|
/linux/arch/x86/events/ |
A D | core.c | 1707 perf_sample_data_init(&data, 0, event->hw.last_period); in x86_pmu_handle_irq()
|
/linux/kernel/events/ |
A D | core.c | 9454 perf_sample_data_init(&data, addr, 0); in ___perf_sw_event() 9732 perf_sample_data_init(&data, 0, 0); in perf_tp_event() 10150 perf_sample_data_init(&sample, bp->attr.bp_addr, 0); in perf_bp_event() 10595 perf_sample_data_init(&data, 0, event->hw.last_period); in perf_swevent_hrtimer()
|