diff options
author | Anton Protopopov <aspsk@isovalent.com> | 2023-07-06 13:39:28 +0000 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2023-07-06 12:42:25 -0700 |
commit | 25954730461af01f66afa9e17036b051986b007e (patch) | |
tree | e25d98938a200a03fac532020b4df5d93419f4ac /tools/testing/selftests/bpf/prog_tests/tcp_hdr_options.c | |
parent | fd283ab196a867f8f65f36913e0fadd031fcb823 (diff) |
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 'tools/testing/selftests/bpf/prog_tests/tcp_hdr_options.c')
0 files changed, 0 insertions, 0 deletions