Searched refs:BPF_MAX_STACK_DEPTH (Results 1 – 3 of 3) sorted by relevance
369 static const int BPF_MAX_STACK_DEPTH = 127; variable371 uintptr_t ip[BPF_MAX_STACK_DEPTH];393 struct bpf_stack_build_id trace[BPF_MAX_STACK_DEPTH];
298 for (int i = 0; (i < BPF_MAX_STACK_DEPTH) && (stack.ip[i] != 0); i++) in get_stack_addr()357 for (int i = 0; (i < BPF_MAX_STACK_DEPTH) && \ in get_stack_addr()
47 static const int BPF_MAX_STACK_DEPTH = 127;