summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAnton Protopopov <aspsk@isovalent.com>2023-07-06 16:39:28 +0300
committerAlexei Starovoitov <ast@kernel.org>2023-07-06 22:42:25 +0300
commit25954730461af01f66afa9e17036b051986b007e (patch)
treee25d98938a200a03fac532020b4df5d93419f4ac /scripts
parentfd283ab196a867f8f65f36913e0fadd031fcb823 (diff)
downloadlinux-25954730461af01f66afa9e17036b051986b007e.tar.xz
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>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions