Home
last modified time | relevance | path

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

/kernel/trace/
Dbpf_trace.c2203 u32 *ids, prog_cnt, ids_len; in perf_event_query_prog_array() local
2213 ids_len = query.ids_len; in perf_event_query_prog_array()
2214 if (ids_len > BPF_TRACE_MAX_PROGS) in perf_event_query_prog_array()
2216 ids = kcalloc(ids_len, sizeof(u32), GFP_USER | __GFP_NOWARN); in perf_event_query_prog_array()
2228 ret = bpf_prog_array_copy_info(progs, ids, ids_len, &prog_cnt); in perf_event_query_prog_array()
2232 copy_to_user(uquery->ids, ids, ids_len * sizeof(u32))) in perf_event_query_prog_array()