Searched refs:compare_stack_ips (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | stacktrace_map_skip.c | 54 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_map_skip()
|
D | stacktrace_map.c | 66 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_map()
|
D | stacktrace_build_id.c | 97 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_build_id()
|
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | test_progs.h | 407 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len);
|
D | test_progs.c | 595 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len) in compare_stack_ips() function
|