Home
last modified time | relevance | path

Searched refs:stack_trace_len (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dstacktrace_map_skip.c11 int err, stack_trace_len; in test_stacktrace_map_skip() local
53 stack_trace_len = TEST_STACK_DEPTH * sizeof(__u64); in test_stacktrace_map_skip()
54 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_map_skip()
H A Dstacktrace_map.c8 int err, prog_fd, stack_trace_len; in test_stacktrace_map() local
65 stack_trace_len = PERF_MAX_STACK_DEPTH * sizeof(__u64); in test_stacktrace_map()
66 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_map()
H A Dstacktrace_build_id.c10 int err, stack_trace_len, build_id_size; in test_stacktrace_build_id() local
95 stack_trace_len = PERF_MAX_STACK_DEPTH * in test_stacktrace_build_id()
97 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_build_id()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dstacktrace_map.c8 int err, prog_fd, stack_trace_len; in test_stacktrace_map() local
65 stack_trace_len = PERF_MAX_STACK_DEPTH * sizeof(__u64); in test_stacktrace_map()
66 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_map()
H A Dstacktrace_build_id.c10 int err, stack_trace_len; in test_stacktrace_build_id() local
100 stack_trace_len = PERF_MAX_STACK_DEPTH * in test_stacktrace_build_id()
102 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_build_id()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_progs.c302 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len) in compare_stack_ips() argument
308 val_buf1 = malloc(stack_trace_len); in compare_stack_ips()
309 val_buf2 = malloc(stack_trace_len); in compare_stack_ips()
319 for (i = 0; i < stack_trace_len; i++) { in compare_stack_ips()
H A Dtest_progs.h207 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len);
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_progs.c595 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len) in compare_stack_ips() argument
601 val_buf1 = malloc(stack_trace_len); in compare_stack_ips()
602 val_buf2 = malloc(stack_trace_len); in compare_stack_ips()
612 for (i = 0; i < stack_trace_len; i++) { in compare_stack_ips()
H A Dtest_progs.h407 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len);

Completed in 6 milliseconds