bpf: add percpu stats for bpf_map elements insertions/deletions
authorAnton Protopopov <aspsk@isovalent.com>
Thu, 6 Jul 2023 13:39:28 +0000 (13:39 +0000)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 6 Jul 2023 19:42:25 +0000 (12:42 -0700)
commit25954730461af01f66afa9e17036b051986b007e
treee25d98938a200a03fac532020b4df5d93419f4ac
parentfd283ab196a867f8f65f36913e0fadd031fcb823
bpf: add percpu stats for bpf_map elements insertions/deletions

Add a generic percpu stats for bpf_map elements insertions/deletions in order
to keep track of both, the current (approximate) number of elements in a map
and per-cpu statistics on update/delete operations.

To expose these stats a particular map implementation should initialize the
counter and adjust it as needed using the 'bpf_map_*_elem_count' helpers
provided by this commit.

Signed-off-by: Anton Protopopov <aspsk@isovalent.com>
Link: https://lore.kernel.org/r/20230706133932.45883-2-aspsk@isovalent.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
include/linux/bpf.h