Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf_tracing.h74 #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(x) BPF_CORE_READ((x), pc) macro