Home
last modified time | relevance | path

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

/linux-4.4.14/samples/bpf/
Dbpf_helpers.h79 #define PT_REGS_FP(x) ((x)->bp) macro
91 #define PT_REGS_FP(x) ((x)->gprs[11]) /* Works only with CONFIG_FRAME_POINTER */ macro
103 #define PT_REGS_FP(x) ((x)->regs[29]) /* Works only with CONFIG_FRAME_POINTER */ macro
Dtracex4_kern.c43 bpf_probe_read(&ip, sizeof(ip), (void *)(PT_REGS_FP(ctx) + sizeof(ip))); in bpf_prog2()