Re: [PATCH bpf-next 4/4] bpf: export bpf_jit_current
From: Nicolas Dichtel
Date: Wed Sep 29 2021 - 10:56:36 EST
Le 24/09/2021 à 11:55, Lorenz Bauer a écrit :
> Expose bpf_jit_current as a read only value via sysctl.
bpf_jit_current unit is 'pages' and bpf_jit_limit unit is bytes.
Maybe exposing those values with the same unit will ease debugging.
Regards,
Nicolas