Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A Dmap_perf_ring.c188 opts.map_keys = &ctx.idx; in do_event_pipe()
/linux/tools/lib/bpf/
H A Dlibbpf.h1581 int *map_keys; member
1583 #define perf_buffer_raw_opts__last_field map_keys
H A Dlibbpf.c13079 int *map_keys; member
13252 p.map_keys = OPTS_GET(opts, map_keys, NULL); in perf_buffer__new_raw()
13355 map_key = p->cpu_cnt > 0 ? p->map_keys[i] : i; in __perf_buffer__new()