Searched refs:stack_trace_len (Results 1 – 1 of 1) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_progs.c | 909 static int compare_stack_ips(int smap_fd, int amap_fd, int stack_trace_len) in compare_stack_ips() argument 915 val_buf1 = malloc(stack_trace_len); in compare_stack_ips() 916 val_buf2 = malloc(stack_trace_len); in compare_stack_ips() 926 for (i = 0; i < stack_trace_len; i++) { in compare_stack_ips() 949 int bytes, efd, err, pmu_fd, prog_fd, stack_trace_len; in test_stacktrace_map() local 1030 stack_trace_len = PERF_MAX_STACK_DEPTH * sizeof(__u64); in test_stacktrace_map() 1031 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_map() 1131 int bytes, efd, err, pmu_fd, prog_fd, stack_trace_len; in test_stacktrace_build_id() local 1256 stack_trace_len = PERF_MAX_STACK_DEPTH in test_stacktrace_build_id() 1258 err = compare_stack_ips(stackmap_fd, stack_amap_fd, stack_trace_len); in test_stacktrace_build_id()
|