Home
last modified time | relevance | path

Searched refs:perf_output_copy (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/kernel/events/
H A Dring_buffer.c296 unsigned int perf_output_copy(struct perf_output_handle *handle, in perf_output_copy() function
602 remainder = perf_output_copy(handle, addr, tocopy); in perf_output_copy_aux()
H A Dcore.c7540 perf_output_copy(handle, &zero, pad); in perf_aux_sample_output()
7835 perf_output_copy(handle, data->br_stack->entries, size); in perf_output_sample()
7842 perf_output_copy(handle, data->br_stack_cntr, size); in perf_output_sample()
/linux-6.15/include/linux/
H A Dperf_event.h1821 extern unsigned int perf_output_copy(struct perf_output_handle *handle,
1937 #define perf_output_put(handle, x) perf_output_copy((handle), &(x), sizeof(x))