Searched refs:sample_data (Results 1 – 2 of 2) sorted by relevance
229 struct perf_sample_data sample_data; in bpf_perf_event_output() local250 perf_sample_data_init(&sample_data, 0, 0); in bpf_perf_event_output()251 sample_data.raw = &raw; in bpf_perf_event_output()252 perf_event_output(event, &sample_data, regs); in bpf_perf_event_output()
181 struct perf_sample_data sample_data; in perf_output_begin() local190 &sample_data, event); in perf_output_begin()192 perf_event__output_id_sample(event, handle, &sample_data); in perf_output_begin()