Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbpf_tracing.h72 #define PT_REGS_IP(x) ((x)->ip) macro
98 #define PT_REGS_IP(x) ((x)->eip) macro
122 #define PT_REGS_IP(x) ((x)->rip) macro
153 #define PT_REGS_IP(x) (((PT_REGS_S390 *)(x))->psw.addr) macro
177 #define PT_REGS_IP(x) ((x)->uregs[12]) macro
205 #define PT_REGS_IP(x) (((PT_REGS_ARM64 *)(x))->pc) macro
229 #define PT_REGS_IP(x) ((x)->cp0_epc) macro
251 #define PT_REGS_IP(x) ((x)->nip) macro
284 #define PT_REGS_IP(x) ((x)->tpc) macro
287 #define PT_REGS_IP(x) ((x)->pc) macro
[all …]