Searched refs:compare_stack_ips (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | stacktrace_map_skip.c | 54 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_map_skip()
|
A D | stacktrace_map.c | 66 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_map()
|
A D | stacktrace_build_id.c | 102 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_build_id()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | DENYLIST.aarch64 | 56 stacktrace_build_id # compare_stack_ips stackmap vs. stack_amap err -1…
|
A D | test_progs.h | 391 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len);
|
A D | test_progs.c | 558 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len) in compare_stack_ips() function
|
Completed in 10 milliseconds