> On Sep 30, 2019, at 11:58 AM, Andrii Nakryiko <andr...@fb.com> wrote:
> 
> Given introduction of variadic BPF_CORE_READ with slightly different
> syntax and semantics, define CORE_READ, which is a thin wrapper around
> low-level bpf_core_read() macro, which in turn is just a wrapper around
> bpf_probe_read(). BPF_CORE_READ is higher-level variadic macro
> supporting multi-pointer reads and are tested separately.
> 
> Signed-off-by: Andrii Nakryiko <andr...@fb.com>
> 

Acked-by: Song Liu <songliubrav...@fb.com> 


Reply via email to