Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_progs.c947 int control_map_fd, stackid_hmap_fd, stackmap_fd, stack_amap_fd; in test_stacktrace_map() local
1005 stack_amap_fd = bpf_find_map(__func__, obj, "stack_amap"); in test_stacktrace_map()
1006 if (stack_amap_fd < 0) in test_stacktrace_map()
1031 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_map()
1129 int control_map_fd, stackid_hmap_fd, stackmap_fd, stack_amap_fd; in test_stacktrace_build_id() local
1196 stack_amap_fd = bpf_find_map(__func__, obj, "stack_amap"); in test_stacktrace_build_id()
1197 if (CHECK(stack_amap_fd < 0, "bpf_find_map stack_amap", in test_stacktrace_build_id()
1258 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_build_id()
1277 int control_map_fd, stackid_hmap_fd, stackmap_fd, stack_amap_fd; in test_stacktrace_build_id_nmi() local
1331 stack_amap_fd = bpf_find_map(__func__, obj, "stack_amap"); in test_stacktrace_build_id_nmi()
[all …]