Searched refs:stack_amap_fd (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | stacktrace_map.c | 6 int control_map_fd, stackid_hmap_fd, stackmap_fd, stack_amap_fd; in test_stacktrace_map() local 40 stack_amap_fd = bpf_find_map(__func__, obj, "stack_amap"); in test_stacktrace_map() 41 if (CHECK_FAIL(stack_amap_fd < 0)) in test_stacktrace_map() 66 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_map()
|
D | stacktrace_build_id.c | 8 int control_map_fd, stackid_hmap_fd, stackmap_fd, stack_amap_fd; in test_stacktrace_build_id() local 31 stack_amap_fd = bpf_map__fd(skel->maps.stack_amap); in test_stacktrace_build_id() 102 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_build_id()
|