Searched refs:stack_trace_len (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | stacktrace_map_skip.c | 11 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()
|
D | stacktrace_map.c | 8 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()
|
D | stacktrace_build_id.c | 10 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()
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_progs.c | 550 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len) in compare_stack_ips() argument 556 val_buf1 = malloc(stack_trace_len); in compare_stack_ips() 557 val_buf2 = malloc(stack_trace_len); in compare_stack_ips() 567 for (i = 0; i < stack_trace_len; i++) { in compare_stack_ips()
|
D | test_progs.h | 382 int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len);
|