Home
last modified time | relevance | path

Searched refs:perf_sample_data_init (Results 1 – 25 of 25) sorted by relevance

/linux-5.10/arch/x86/events/intel/
Dknc.c253 perf_sample_data_init(&data, 0, event->hw.last_period); in knc_pmu_handle_irq()
Dds.c614 perf_sample_data_init(&data, 0, event->hw.last_period); in intel_pmu_drain_bts_buffer()
1360 perf_sample_data_init(data, 0, event->hw.last_period); in setup_pebs_fixed_sample_data()
1531 perf_sample_data_init(data, 0, event->hw.last_period); in setup_pebs_adaptive_sample_data()
Dp4.c1035 perf_sample_data_init(&data, 0, hwc->last_period); in p4_pmu_handle_irq()
Dcore.c2686 perf_sample_data_init(&data, 0, event->hw.last_period); in handle_pmi_common()
/linux-5.10/arch/arm/kernel/
Dperf_event_xscale.c185 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()
Dperf_event_v6.c343 perf_sample_data_init(&data, 0, hwc->last_period); in armv6pmu_handle_irq()
Dperf_event_v7.c990 perf_sample_data_init(&data, 0, hwc->last_period); in armv7pmu_handle_irq()
/linux-5.10/arch/xtensa/kernel/
Dperf_event.c381 perf_sample_data_init(&data, 0, last_period); in xtensa_pmu_irq_handler()
/linux-5.10/arch/x86/events/zhaoxin/
Dcore.c395 perf_sample_data_init(&data, 0, event->hw.last_period); in zhaoxin_pmu_handle_irq()
/linux-5.10/arch/powerpc/perf/
Dcore-fsl-emb.c648 perf_sample_data_init(&data, 0, event->hw.last_period); in record_and_restart()
Dcore-book3s.c2130 perf_sample_data_init(&data, ~0ULL, event->hw.last_period); in record_and_restart()
/linux-5.10/arch/alpha/kernel/
Dperf_event.c857 perf_sample_data_init(&data, 0, hwc->last_period); in alpha_perf_event_irq_handler()
/linux-5.10/arch/s390/kernel/
Dperf_cpum_cf_diag.c496 perf_sample_data_init(&data, 0, event->hw.last_period); in cf_diag_push_sample()
Dperf_cpum_sf.c1087 perf_sample_data_init(&data, 0, event->hw.last_period); in perf_push_sample()
/linux-5.10/arch/arc/kernel/
Dperf_event.c439 perf_sample_data_init(&data, 0, hwc->last_period); in arc_pmu_intr()
/linux-5.10/arch/x86/events/amd/
Dibs.c627 perf_sample_data_init(&data, 0, hwc->last_period); in perf_ibs_handle_irq()
/linux-5.10/kernel/trace/
Dbpf_trace.c957 perf_sample_data_init(sd, 0, 0); in BPF_CALL_5()
1015 perf_sample_data_init(sd, 0, 0); in bpf_event_output()
/linux-5.10/include/linux/
Dperf_event.h1040 static inline void perf_sample_data_init(struct perf_sample_data *data, in perf_sample_data_init() function
/linux-5.10/arch/nds32/kernel/
Dperf_event_cpu.c267 perf_sample_data_init(&data, 0, hwc->last_period); in nds32_pmu_handle_irq()
/linux-5.10/arch/csky/kernel/
Dperf_event.c1139 perf_sample_data_init(&data, 0, hwc->last_period); in csky_pmu_handle_irq()
/linux-5.10/arch/arm64/kernel/
Dperf_event.c791 perf_sample_data_init(&data, 0, hwc->last_period); in armv8pmu_handle_irq()
/linux-5.10/arch/sparc/kernel/
Dperf_event.c1667 perf_sample_data_init(&data, 0, hwc->last_period); in perf_event_nmi_handler()
/linux-5.10/arch/mips/kernel/
Dperf_event_mipsxx.c1664 perf_sample_data_init(&data, 0, 0); in mipsxx_pmu_handle_shared_irq()
/linux-5.10/arch/x86/events/
Dcore.c1647 perf_sample_data_init(&data, 0, event->hw.last_period); in x86_pmu_handle_irq()
/linux-5.10/kernel/events/
Dcore.c9114 perf_sample_data_init(&data, addr, 0); in ___perf_sw_event()
9392 perf_sample_data_init(&data, 0, 0); in perf_tp_event()
9817 perf_sample_data_init(&sample, bp->attr.bp_addr, 0); in perf_bp_event()
10262 perf_sample_data_init(&data, 0, event->hw.last_period); in perf_swevent_hrtimer()