Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dstacktrace_map_skip.c54 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_map_skip()
H A Dstacktrace_map.c66 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_map()
H A Dstacktrace_build_id.c97 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_build_id()
/openbmc/linux/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.c609 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len) in compare_stack_ips() function