Lines Matching defs:handle
20 static void perf_output_wakeup(struct perf_output_handle *handle) in perf_output_wakeup()
36 static void perf_output_get_handle(struct perf_output_handle *handle) in perf_output_get_handle()
45 static void perf_output_put_handle(struct perf_output_handle *handle) in perf_output_put_handle()
105 int perf_output_begin(struct perf_output_handle *handle, in perf_output_begin()
206 unsigned int perf_output_copy(struct perf_output_handle *handle, in perf_output_copy()
212 unsigned int perf_output_skip(struct perf_output_handle *handle, in perf_output_skip()
218 void perf_output_end(struct perf_output_handle *handle) in perf_output_end()
268 void *perf_aux_output_begin(struct perf_output_handle *handle, in perf_aux_output_begin()
346 void perf_aux_output_end(struct perf_output_handle *handle, unsigned long size, in perf_aux_output_end()
400 int perf_aux_output_skip(struct perf_output_handle *handle, unsigned long size) in perf_aux_output_skip()
424 void *perf_get_aux(struct perf_output_handle *handle) in perf_get_aux()