Searched refs:perf_output_copy (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H 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()
|
| H A D | core.c | 6675 perf_output_copy(handle, &zero, pad); in perf_aux_sample_output() 6946 perf_output_copy(handle, data->br_stack->entries, size); in perf_output_sample()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | perf_event.h | 1424 extern unsigned int perf_output_copy(struct perf_output_handle *handle, 1547 #define perf_output_put(handle, x) perf_output_copy((handle), &(x), sizeof(x))
|