Searched refs:amap_fd (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_progs.h | 207 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len);
|
H A D | test_progs.c | 302 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len) in compare_stack_ips() argument 316 err = bpf_map_lookup_elem(amap_fd, next_key_p, val_buf2); in compare_stack_ips()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_progs.h | 407 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len);
|
H A D | test_progs.c | 595 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len) in compare_stack_ips() argument 609 err = bpf_map_lookup_elem(amap_fd, next_key_p, val_buf2); in compare_stack_ips()
|
Completed in 4 milliseconds