Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dbpf_tracing.h494 #define PT_REGS_FP(x) (__PT_REGS_CAST(x)->__PT_FP_REG) macro
528 ({ bpf_probe_read_kernel(&(ip), sizeof(ip), (void *)(PT_REGS_FP(ctx) + sizeof(ip))); })
572 #define PT_REGS_FP(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro