Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/events/
Dring_buffer.c291 unsigned int perf_output_copy(struct perf_output_handle *handle, in perf_output_copy() function
595 remainder = perf_output_copy(handle, addr, tocopy); in perf_output_copy_aux()
Dcore.c7063 perf_output_copy(handle, &zero, pad); in perf_aux_sample_output()
7352 perf_output_copy(handle, data->br_stack->entries, size); in perf_output_sample()
/Linux-v6.6/include/linux/
Dperf_event.h1692 extern unsigned int perf_output_copy(struct perf_output_handle *handle,
1804 #define perf_output_put(handle, x) perf_output_copy((handle), &(x), sizeof(x))