Searched refs:uquery (Results 1 – 1 of 1) sorted by relevance
1868 struct perf_event_query_bpf __user *uquery = info; in perf_event_query_prog_array() local1878 if (copy_from_user(&query, uquery, sizeof(query))) in perf_event_query_prog_array()1899 if (copy_to_user(&uquery->prog_cnt, &prog_cnt, sizeof(prog_cnt)) || in perf_event_query_prog_array()1900 copy_to_user(uquery->ids, ids, ids_len * sizeof(u32))) in perf_event_query_prog_array()
Completed in 8 milliseconds