summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/map.c
AgeCommit message (Expand)AuthorLines
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet-1/+1
2022-06-14Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet-0/+2
2022-06-02bpftool: Use libbpf_bpf_map_type_strDaniel Müller-44/+25
2022-06-02bpftool: Use libbpf_bpf_prog_type_strDaniel Müller-5/+8
2022-04-10bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao-2/+0
2022-03-21bpftool: Fix print error when show bpf mapYafang Shao-5/+2
2022-03-11bpftool: Ensure bytes_memlock json output is correctChris J Arges-1/+1
2022-02-16bpftool: Fix pretty print dump for maps without BTF loadedJiri Olsa-16/+15
2022-02-15bpftool: Fix the error when lookup in no-btf mapsYinjun Zhang-4/+2
2022-01-12bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez-1/+1
2021-12-02bpftool: Migrate off of deprecated bpf_create_map_xattr() APIAndrii Nakryiko-10/+13
2021-11-14bpftool: Use libbpf_get_error() to check errorHengqi Chen-5/+5
2021-11-14bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet-1/+2
2021-10-25bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet-3/+3
2021-10-25bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet-16/+20
2021-10-25bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet-1/+8
2021-07-30tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet-2/+3
2021-07-29tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet-7/+7
2021-03-16bpftool: Fix maybe-uninitialized warningsAndrii Nakryiko-1/+1
2020-11-06bpftool: Add support for task local storageKP Singh-1/+3
2020-09-10tools: bpftool: Add "inner_map" to "bpftool map create" outer mapsQuentin Monnet-15/+33
2020-09-10tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENTQuentin Monnet-2/+2
2020-09-10tools: bpftool: Clean up function to dump map entryQuentin Monnet-49/+52
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh-1/+2
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-158/+9
2020-06-25tools, bpftool: Define prog_type_name array only onceTobias Klauser-2/+2
2020-06-23Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov-0/+1
2020-06-22tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko-0/+7
2020-06-22tools/bpftool: Move map/prog parsing logic into commonAndrii Nakryiko-156/+0
2020-06-17tools, bpftool: Add ringbuf map type to map command docsTobias Klauser-1/+1
2020-06-16tools/bpftool: Add ringbuf map to a list of known map typesAndrii Nakryiko-0/+1
2020-06-01tools, bpftool: Clean subcommand help messagesQuentin Monnet-23/+18
2020-05-11tools, bpftool: Minor fixes for documentationQuentin Monnet-1/+2
2020-03-13tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet-1/+1
2020-01-20bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen-2/+2
2020-01-15bpftool: Support dumping a map with btf_vmlinux_value_type_idMartin KaFai Lau-11/+50
2020-01-15bpftool: Add struct_ops map nameMartin KaFai Lau-0/+1
2020-01-15bpftool: Fix missing BTF output for json during map dumpMartin KaFai Lau-22/+20
2020-01-15bpftool: Fix a leak of btf objectMartin KaFai Lau-14/+2
2019-12-15bpftool: Match maps by namePaul Chaignon-74/+310
2019-08-21tools: bpftool: add "bpftool map freeze" subcommandQuentin Monnet-1/+33
2019-08-21tools: bpftool: show frozen status for mapsQuentin Monnet-3/+27
2019-07-29tools: Add definitions for devmap_hash map typeToke Høiland-Jørgensen-1/+2
2019-06-05tools: bpftool: Fix JSON output when lookup failsKrzesimir Nowak-0/+2
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2019-04-27bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probingMartin KaFai Lau-0/+1
2019-04-25bpftool: Fix errno variable usageBenjamin Poirier-1/+1
2019-04-25tools: bpftool: fix infinite loop in map createAlban Crequy-0/+3
2019-04-16tools/bpftool: show btf_id in map listingPrashant Bhole-0/+6
2019-04-16tools/bpftool: re-organize newline printing for map listingPrashant Bhole-2/+3