Home
last modified time | relevance | path

Searched refs:smap_fd (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_progs.c302 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len) in compare_stack_ips() argument
312 while (bpf_map_get_next_key(smap_fd, cur_key_p, next_key_p) == 0) { in compare_stack_ips()
313 err = bpf_map_lookup_elem(smap_fd, next_key_p, val_buf1); in compare_stack_ips()
H A Dtest_progs.h207 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len);
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_progs.h407 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len);
H A Dtest_progs.c595 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len) in compare_stack_ips() argument
605 while (bpf_map_get_next_key(smap_fd, cur_key_p, next_key_p) == 0) { in compare_stack_ips()
606 err = bpf_map_lookup_elem(smap_fd, next_key_p, val_buf1); in compare_stack_ips()

Completed in 5 milliseconds