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