Searched refs:perf_output_copy (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/events/ |
A D | ring_buffer.c | 287 unsigned int perf_output_copy(struct perf_output_handle *handle, in perf_output_copy() function 591 remainder = perf_output_copy(handle, addr, tocopy); in perf_output_copy_aux()
|
A D | core.c | 6790 perf_output_copy(handle, &zero, pad); in perf_aux_sample_output() 7061 perf_output_copy(handle, data->br_stack->entries, size); in perf_output_sample()
|
/linux/include/linux/ |
A D | perf_event.h | 1419 extern unsigned int perf_output_copy(struct perf_output_handle *handle, 1541 #define perf_output_put(handle, x) perf_output_copy((handle), &(x), sizeof(x))
|
/linux/ |
A D | System.map | 6200 ffff800010186400 T perf_output_copy
|
A D | .tmp_System.map | 6200 ffff800010186400 T perf_output_copy
|
Completed in 350 milliseconds