Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dksnoop.bpf.c96 ip = KSNOOP_IP_FIX(PT_REGS_IP_CORE(ctx)); in get_trace()
/aosp_15_r20/external/libbpf/src/
H A Dbpf_tracing.h511 #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
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dbpf_tracing.h511 #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