Searched refs:stack_p (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | stacktrace_map_skip.c | 40 __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 D | test_stacktrace_build_id.c | 48 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 D | test_stacktrace_map.c | 58 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()
|