Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dperf_event.c505 perf_sample_data_init(&data, 0, 0); in pmu_handle_irq()
/linux/arch/s390/kernel/
H A Dperf_pai.c616 perf_sample_data_init(&data, 0, event->hw.last_period); in pai_push_sample()
H A Dperf_cpum_cf.c968 perf_sample_data_init(&data, 0, event->hw.last_period); in cfdiag_push_sample()
H A Dperf_cpum_sf.c1022 perf_sample_data_init(&data, 0, event->hw.last_period); in perf_push_sample()
/linux/arch/x86/events/intel/
H A Dds.c1188 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 Dcore.c3492 perf_sample_data_init(data, 0, event->hw.last_period); in x86_pmu_handle_guest_pebs()
3647 perf_sample_data_init(&data, 0, last_period); in handle_pmi_common()
/linux/include/linux/
H A Dperf_event.h1360 static inline void perf_sample_data_init(struct perf_sample_data *data, in perf_sample_data_init() function
/linux/drivers/perf/
H A Driscv_pmu_sbi.c1126 perf_sample_data_init(&data, 0, hw_evt->last_period); in pmu_sbi_ovf_handler()
/linux/arch/sparc/kernel/
H A Dperf_event.c1667 perf_sample_data_init(&data, 0, hwc->last_period); in perf_event_nmi_handler()
/linux/kernel/trace/
H A Dbpf_trace.c686 perf_sample_data_init(sd, 0, 0); in BPF_CALL_5()
746 perf_sample_data_init(sd, 0, 0); in bpf_event_output()
/linux/kernel/events/
H A Dcore.c11030 perf_sample_data_init(&data, addr, 0); in ___perf_sw_event()
11352 perf_sample_data_init(data, 0, 0); in __perf_tp_event_target_task()
11412 perf_sample_data_init(&data, 0, 0); in perf_tp_event()
11730 perf_sample_data_init(&sample, bp->attr.bp_addr, 0); in perf_bp_event()
12189 perf_sample_data_init(&data, 0, event->hw.last_period); in perf_swevent_hrtimer()
/linux/arch/x86/events/
H A Dcore.c1745 perf_sample_data_init(&data, 0, last_period); in x86_pmu_handle_irq()