Searched refs:compare_stack_ips (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | stacktrace_map_skip.c | 54 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_map_skip() 55 if (!ASSERT_OK(err, "compare_stack_ips stackmap vs. stack_amap")) in test_stacktrace_map_skip()
|
| H A D | stacktrace_map.c | 47 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_map() 48 if (CHECK(err, "compare_stack_ips stackmap vs. stack_amap", in test_stacktrace_map()
|
| H A D | stacktrace_build_id.c | 97 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_build_id() 98 CHECK(err, "compare_stack_ips stackmap vs. stack_amap", in test_stacktrace_build_id()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_progs.h | 495 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len);
|
| H A D | test_progs.c | 726 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len) in compare_stack_ips() function
|