Searched refs:perf_sample_data_init (Results 1 – 9 of 9) 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/x86/events/intel/ |
| H A D | ds.c | 962 perf_sample_data_init(&data, 0, event->hw.last_period); in intel_pmu_drain_bts_buffer() 1924 perf_sample_data_init(data, 0, event->hw.last_period); in setup_pebs_fixed_sample_data() 2157 perf_sample_data_init(data, 0, event->hw.last_period); in __setup_perf_sample_data()
|
| H A D | core.c | 3256 perf_sample_data_init(data, 0, event->hw.last_period); in x86_pmu_handle_guest_pebs() 3411 perf_sample_data_init(&data, 0, last_period); in handle_pmi_common()
|
| /linux/include/linux/ |
| H A D | perf_event.h | 1352 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/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 | 10702 perf_sample_data_init(&data, addr, 0); in ___perf_sw_event() 11024 perf_sample_data_init(data, 0, 0); in __perf_tp_event_target_task() 11079 perf_sample_data_init(&data, 0, 0); in perf_tp_event() 11392 perf_sample_data_init(&sample, bp->attr.bp_addr, 0); in perf_bp_event() 11851 perf_sample_data_init(&data, 0, event->hw.last_period); in perf_swevent_hrtimer()
|
| /linux/arch/x86/events/ |
| H A D | core.c | 1739 perf_sample_data_init(&data, 0, last_period); in x86_pmu_handle_irq()
|