Searched refs:perf_sample_data_init (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/loongarch/kernel/ |
| H A D | perf_event.c | 505 perf_sample_data_init(&data, 0, 0); in pmu_handle_irq()
|
| /linux/arch/s390/kernel/ |
| H A D | perf_pai.c | 616 perf_sample_data_init(&data, 0, event->hw.last_period); in pai_push_sample()
|
| H A D | perf_cpum_sf.c | 1022 perf_sample_data_init(&data, 0, event->hw.last_period); in perf_push_sample()
|
| H A D | perf_cpum_cf.c | 968 perf_sample_data_init(&data, 0, event->hw.last_period); in cfdiag_push_sample()
|
| /linux/include/linux/ |
| H A D | perf_event.h | 1360 static inline void perf_sample_data_init(struct perf_sample_data *data, in perf_sample_data_init() function
|
| /linux/arch/x86/events/amd/ |
| H A D | ibs.c | 1266 perf_sample_data_init(&data, 0, hwc->last_period); in perf_ibs_handle_irq()
|
| /linux/drivers/perf/ |
| H A D | riscv_pmu_sbi.c | 1126 perf_sample_data_init(&data, 0, hw_evt->last_period); in pmu_sbi_ovf_handler()
|
| /linux/arch/sparc/kernel/ |
| H A D | perf_event.c | 1667 perf_sample_data_init(&data, 0, hwc->last_period); in perf_event_nmi_handler()
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 686 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 D | core.c | 11034 perf_sample_data_init(&data, addr, 0); in ___perf_sw_event() 11356 perf_sample_data_init(data, 0, 0); in __perf_tp_event_target_task() 11416 perf_sample_data_init(&data, 0, 0); in perf_tp_event() 11734 perf_sample_data_init(&sample, bp->attr.bp_addr, 0); in perf_bp_event() 12193 perf_sample_data_init(&data, 0, event->hw.last_period); in perf_swevent_hrtimer()
|
| /linux/arch/x86/events/ |
| H A D | core.c | 1742 perf_sample_data_init(&data, 0, last_period); in x86_pmu_handle_irq()
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 3492 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()
|