summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/map.c
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Recognize arena map typeAlexei Starovoitov2024-03-111-1/+1
* bpftool: Specify XDP Hints ifname when loading programLarysa Zaremba2023-05-231-1/+6
* bpftool: Dump map id instead of value for map_of_maps typesXueming Feng2023-04-271-2/+10
* bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-161-4/+4
* bpftool: remove function free_btf_vmlinux()Sahid Orentino Ferdjaoui2022-11-201-6/+1
* bpftool: clean-up usage of libbpf_get_error()Sahid Orentino Ferdjaoui2022-11-201-8/+7
* libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman2022-11-091-6/+4
* bpftool: Support new cgroup local storageYonghong Song2022-10-251-1/+1
* bpftool: Remove asserts from JIT disassemblerQuentin Monnet2022-10-251-1/+0
* bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet2022-09-211-1/+1
* Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet2022-06-141-0/+2
* bpftool: Use libbpf_bpf_map_type_strDaniel Müller2022-06-021-44/+25
* bpftool: Use libbpf_bpf_prog_type_strDaniel Müller2022-06-021-5/+8
* bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-101-2/+0
* bpftool: Fix print error when show bpf mapYafang Shao2022-03-211-5/+2
* bpftool: Ensure bytes_memlock json output is correctChris J Arges2022-03-111-1/+1
* bpftool: Fix pretty print dump for maps without BTF loadedJiri Olsa2022-02-161-16/+15
* bpftool: Fix the error when lookup in no-btf mapsYinjun Zhang2022-02-151-4/+2
* bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez2022-01-121-1/+1
* bpftool: Migrate off of deprecated bpf_create_map_xattr() APIAndrii Nakryiko2021-12-021-10/+13
* bpftool: Use libbpf_get_error() to check errorHengqi Chen2021-11-141-5/+5
* bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet2021-11-141-1/+2
* bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet2021-10-251-3/+3
* bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet2021-10-251-16/+20
* bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet2021-10-251-1/+8
* tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet2021-07-301-2/+3
* tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet2021-07-291-7/+7
* bpftool: Fix maybe-uninitialized warningsAndrii Nakryiko2021-03-161-1/+1
* bpftool: Add support for task local storageKP Singh2020-11-061-1/+3
* tools: bpftool: Add "inner_map" to "bpftool map create" outer mapsQuentin Monnet2020-09-101-15/+33
* tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENTQuentin Monnet2020-09-101-2/+2
* tools: bpftool: Clean up function to dump map entryQuentin Monnet2020-09-101-49/+52
* bpf: Implement bpf_local_storage for inodesKP Singh2020-08-251-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-041-158/+9
|\
| * tools, bpftool: Define prog_type_name array only onceTobias Klauser2020-06-251-2/+2
| * Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov2020-06-231-0/+1
| |\
| * | tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko2020-06-221-0/+7
| * | tools/bpftool: Move map/prog parsing logic into commonAndrii Nakryiko2020-06-221-156/+0
* | | tools, bpftool: Add ringbuf map type to map command docsTobias Klauser2020-06-171-1/+1
| |/ |/|
* | tools/bpftool: Add ringbuf map to a list of known map typesAndrii Nakryiko2020-06-161-0/+1
|/
* tools, bpftool: Clean subcommand help messagesQuentin Monnet2020-06-011-23/+18
* tools, bpftool: Minor fixes for documentationQuentin Monnet2020-05-111-1/+2
* tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet2020-03-131-1/+1
* bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-2/+2
* bpftool: Support dumping a map with btf_vmlinux_value_type_idMartin KaFai Lau2020-01-151-11/+50
* bpftool: Add struct_ops map nameMartin KaFai Lau2020-01-151-0/+1
* bpftool: Fix missing BTF output for json during map dumpMartin KaFai Lau2020-01-151-22/+20
* bpftool: Fix a leak of btf objectMartin KaFai Lau2020-01-151-14/+2
* bpftool: Match maps by namePaul Chaignon2019-12-151-74/+310
* tools: bpftool: add "bpftool map freeze" subcommandQuentin Monnet2019-08-211-1/+33