Home
last modified time | relevance | path

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

/openbmc/linux/kernel/events/
H A Dring_buffer.c291 unsigned int perf_output_copy(struct perf_output_handle *handle, in perf_output_copy() function
597 remainder = perf_output_copy(handle, addr, tocopy); in perf_output_copy_aux()
H A Dcore.c7135 * An error here means that perf_output_copy() failed (returned a in perf_aux_sample_output()
7153 perf_output_copy(handle, &zero, pad); in perf_aux_sample_output()
7442 perf_output_copy(handle, data->br_stack->entries, size); in perf_output_sample()
/openbmc/linux/include/linux/
H A Dperf_event.h1697 extern unsigned int perf_output_copy(struct perf_output_handle *handle,
1809 #define perf_output_put(handle, x) perf_output_copy((handle), &(x), sizeof(x))