Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dbpf_tracing.h83 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((x), ip) macro
109 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((x), eip) macro
133 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((x), rip) macro
164 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((PT_REGS_S390 *)(x), psw.addr) macro
188 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((x), uregs[12]) macro
216 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((PT_REGS_ARM64 *)(x), pc) macro
240 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((x), cp0_epc) macro
260 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((x), nip) macro
285 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((x), tpc) macro
288 #define PT_REGS_IP_CORE(x) BPF_CORE_READ((x), pc) macro
[all …]