pub fn bpf_enable_statistics(kind: BpfStatsType) -> Result<OwnedFd, Errno>Expand description
BPF_ENABLE_STATS — active un type de statistiques (RAII : actif tant que
le FD retourné est ouvert).
§Errors
Errno::EPERM: privilège manquant.
pub fn bpf_enable_statistics(kind: BpfStatsType) -> Result<OwnedFd, Errno>BPF_ENABLE_STATS — active un type de statistiques (RAII : actif tant que
le FD retourné est ouvert).
Errno::EPERM : privilège manquant.