diff options
author | Daniel T. Lee <[email protected]> | 2020-10-11 03:17:34 +0900 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2020-10-11 12:14:36 -0700 |
commit | 321f6324500eb2ec75b6fcff7dcd66d64ba18529 (patch) | |
tree | 97287b42afa877971bfa2c065438a47c9b369170 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 151936bf51afcdd6db52b3b73e339d021064b0ea (diff) |
samples: bpf: Refactor XDP kern program maps with BTF-defined map
Most of the samples were converted to use the new BTF-defined MAP as
they moved to libbpf, but some of the samples were missing.
Instead of using the previous BPF MAP definition, this commit refactors
xdp_monitor and xdp_sample_pkts_kern MAP definition with the new
BTF-defined MAP format.
Also, this commit removes the max_entries attribute at PERF_EVENT_ARRAY
map type. The libbpf's bpf_object__create_map() will automatically
set max_entries to the maximum configured number of CPUs on the host.
Signed-off-by: Daniel T. Lee <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Acked-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions