Home
last modified time | relevance | path

Searched refs:PT_REGS_RET (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/samples/bpf/
Dbpf_helpers.h78 #define PT_REGS_RET(x) ((x)->sp) macro
90 #define PT_REGS_RET(x) ((x)->gprs[14]) macro
102 #define PT_REGS_RET(x) ((x)->regs[30]) macro
Dtracex2_kern.c33 bpf_probe_read(&loc, sizeof(loc), (void *)PT_REGS_RET(ctx)); in bpf_prog2()