Searched refs:PT_REGS_IP_CORE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | bpf_tracing.h | 74 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((x), ip) macro 100 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((x), eip) macro 124 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((x), rip) macro 155 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((PT_REGS_S390 *)(x), psw.addr) macro 179 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((x), uregs[12]) macro 207 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((PT_REGS_ARM64 *)(x), pc) macro 231 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((x), cp0_epc) macro 251 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((x), nip) macro 276 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((x), tpc) macro 279 #define PT_REGS_IP_CORE( macro [all...] |
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | bpf_tracing.h | 511 #define PT_REGS_IP_CORE(x) BPF_CORE_READ(__PT_REGS_CAST(x), __PT_IP_REG) macro 589 #define PT_REGS_IP_CORE(x) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro
|
Completed in 4 milliseconds