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