Searched refs:perf_sample_data_init (Results 1 – 11 of 11) sorted by relevance
/linux/arch/s390/kernel/ |
H A D | perf_pai_crypto.c | 464 perf_sample_data_init(&data, 0, event->hw.last_period); in paicrypt_push_sample()
|
H A D | perf_pai_ext.c | 491 perf_sample_data_init(&data, 0, event->hw.last_period); in paiext_push_sample()
|
H A D | perf_cpum_sf.c | 1023 perf_sample_data_init(&data, 0, event->hw.last_period); in perf_push_sample()
|
H A D | perf_cpum_cf.c | 969 perf_sample_data_init(&data, 0, event->hw.last_period); in cfdiag_push_sample()
|
/linux/arch/x86/events/intel/ |
H A D | ds.c | 903 perf_sample_data_init(&data, 0, event->hw.last_period); in intel_pmu_drain_bts_buffer() 1833 perf_sample_data_init(data, 0, event->hw.last_period); in setup_pebs_fixed_sample_data() 2086 perf_sample_data_init(data, 0, event->hw.last_period); in setup_pebs_adaptive_sample_data()
|
H A D | core.c | 3140 perf_sample_data_init(data, 0, event->hw.last_period); in x86_pmu_handle_guest_pebs() 3279 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/drivers/perf/ |
H A D | arm_pmuv3.c | 927 perf_sample_data_init(&data, 0, hwc->last_period); in armv8pmu_handle_irq()
|
/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 | 10633 perf_sample_data_init(&data, addr, 0); in ___perf_sw_event() 10955 perf_sample_data_init(data, 0, 0); in __perf_tp_event_target_task() 11010 perf_sample_data_init(&data, 0, 0); in perf_tp_event() 11323 perf_sample_data_init(&sample, bp->attr.bp_addr, 0); in perf_bp_event() 11781 perf_sample_data_init(&data, 0, event->hw.last_period); in perf_swevent_hrtimer()
|
/linux/arch/x86/events/ |
H A D | core.c | 1728 perf_sample_data_init(&data, 0, last_period); in x86_pmu_handle_irq()
|