Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c25 struct __stack { struct
33 struct __stack stack; argument
215 static inline int copy_stack(struct __stack *from, struct offcpu_data *to, int n) in copy_stack()
235 struct __stack *stack, __u64 delta) in off_cpu_dump()
/linux/arch/s390/include/asm/
H A Dstacktrace.h192 unsigned long __stack = stack; \
205 : [_stack] "R" (__stack), \
/linux/include/linux/
H A Dbpf_verifier.h562 #define bpf_for_each_reg_in_vstate_mask(__vst, __state, __reg, __stack, __mask, __expr) \ argument
570 __stack = NULL; \
578 __stack = &__state->stack[___j]; \
581 __stack = NULL; \
588 (void)__stack; \