Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
Dstacktrace_map.c66 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_map()
Dstacktrace_build_id.c102 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_build_id()
/tools/testing/selftests/bpf/
Dtest_progs.h291 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len);
Dtest_progs.c325 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len) in compare_stack_ips() function