Home
last modified time | relevance | path

Searched refs:stack_p (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dstacktrace_map_skip.c40 __u64 *stack_p; in oncpu() local
53 stack_p = bpf_map_lookup_elem(&stack_amap, &key); in oncpu()
54 if (stack_p) { in oncpu()
55 bpf_get_stack(ctx, stack_p, max_len, TEST_STACK_DEPTH); in oncpu()
57 if (stack_p[0] == 0) in oncpu()
H A Dtest_stacktrace_build_id.c48 void *stack_p; in oncpu() local
58 stack_p = bpf_map_lookup_elem(&stack_amap, &key); in oncpu()
59 if (stack_p) in oncpu()
60 bpf_get_stack(args, stack_p, max_len, in oncpu()
H A Dtest_stacktrace_map.c58 void *stack_p; in oncpu() local
68 stack_p = bpf_map_lookup_elem(&stack_amap, &key); in oncpu()
69 if (stack_p) in oncpu()
70 bpf_get_stack(ctx, stack_p, max_len, 0); in oncpu()