aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/main.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-30bpftool: Remove attach_type_name forward declarationTobias Klauser1-2/+0
2022-06-14Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet1-0/+2
2022-06-02bpftool: Use libbpf_bpf_attach_type_strDaniel Müller1-0/+14
2022-06-02bpftool: Use libbpf_bpf_map_type_strDaniel Müller1-3/+0
2022-06-02bpftool: Use libbpf_bpf_prog_type_strDaniel Müller1-3/+0
2022-04-10bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao1-2/+0
2022-03-15bpftool: Add bpf_cookie to link outputDmitrii Dolgov1-0/+2
2022-02-23bpftool: Remove usage of reallocarray()Mauricio Vásquez1-1/+1
2022-01-19bpftool: Adding support for BTF program namesRaman Shukhau1-0/+4
2021-11-12bpftool: Enable libbpf's strict mode by defaultStanislav Fomichev1-1/+2
2021-10-25bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet1-12/+5
2021-10-25bpftool: Switch to libbpf's hashmap for programs/maps in BTF listingQuentin Monnet1-0/+5
2021-10-25bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet1-12/+17
2021-10-25bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet1-3/+0
2021-07-30tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet1-2/+1
2021-05-19bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.Alexei Starovoitov1-0/+1
2020-11-05tools/bpftool: Add bpftool support for split BTFAndrii Nakryiko1-0/+1
2020-08-13tools/bpftool: Fix compilation warnings in 32-bit modeAndrii Nakryiko1-1/+9
2020-07-21bpftool: Use only nftw for file tree parsingTony Ambardar1-2/+2
2020-06-25tools, bpftool: Define attach_type_name array only onceTobias Klauser1-35/+1
2020-06-25tools, bpftool: Define prog_type_name array only onceTobias Klauser1-31/+2
2020-06-22tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko1-0/+27
2020-06-22tools/bpftool: Minimize bootstrap bpftoolAndrii Nakryiko1-12/+15
2020-06-22tools/bpftool: Move map/prog parsing logic into commonAndrii Nakryiko1-0/+2
2020-05-19bpf, bpftool: Enable get{peer, sock}name attach typesDaniel Borkmann1-0/+4
2020-05-11tools, bpftool: Poison and replace kernel integer typedefsQuentin Monnet1-0/+3
2020-05-09tools/bpftool: Add bpf_iter support for bptoolYonghong Song1-0/+1
2020-04-28bpftool: Add bpf_link show and pin supportAndrii Nakryiko1-0/+5
2020-04-28bpftool: Expose attach_type-to-string array to non-cgroup codeAndrii Nakryiko1-0/+32
2020-03-20bpftool: Add struct_ops supportMartin KaFai Lau1-0/+1
2020-03-20bpftool: Translate prog_id to its bpf prog_nameMartin KaFai Lau1-0/+1
2020-03-13tools: bpftool: Restore message on failure to guess program typeQuentin Monnet1-0/+5
2020-03-13tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet1-1/+1
2020-02-26bpftool: Support struct_ops, tracing, ext prog typesAndrey Ignatov1-0/+3
2019-12-15bpftool: Add skeleton codegen commandAndrii Nakryiko1-0/+1
2019-12-15bpftool: Match maps by namePaul Chaignon1-1/+1
2019-12-15bpftool: Match programs by namePaul Chaignon1-1/+1
2019-10-07bpftool: Fix bpftool build by switching to bpf_object__open_file()Andrii Nakryiko1-1/+1
2019-08-15tools: bpftool: move "__printf()" attributes to header fileQuentin Monnet1-2/+2
2019-07-12tools: bpftool: add raw_tracepoint_writable prog type to headerDaniel T. Lee1-0/+1
2019-07-05tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet1-0/+1
2019-06-27bpftool: support cgroup sockoptStanislav Fomichev1-0/+1
2019-05-28tools: bpftool: make -d option print debug output from verifierQuentin Monnet1-0/+1
2019-04-25bpftool: add ability to dump BTF typesAndrii Nakryiko1-0/+1
2019-04-16bpftool: Support sysctl hookAndrey Ignatov1-0/+1
2019-01-22tools: bpftool: add probes for eBPF map typesQuentin Monnet1-0/+3
2019-01-22tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet1-0/+1
2018-12-18tools: bpftool: add an option to prevent auto-mount of bpffs, tracefsQuentin Monnet1-1/+3
2018-12-18tools: bpftool: attempt to mount tracefs if required for tracelog cmdQuentin Monnet1-0/+2
2018-12-15tools: bpftool: fix warning on struct bpf_prog_linfo definitionQuentin Monnet1-1/+1