aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/main.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-22bpftool: Add support for signing BPF programsKP Singh1-0/+11
2025-09-02bpftool: Refactor kernel config reading into common helperYuan Chen1-0/+9
2025-08-01bpftool: Add bpf_token showTao Chen1-0/+1
2025-06-20bpftool: Use appropriate permissions for map accessSlava Imameev1-5/+8
2024-04-04bpftool: Mount bpffs on provided dir instead of parent dirSahil Siddiq1-1/+2
2023-05-17bpftool: Support bpffs mountpoint as pin path for prog loadallPengcheng Yang1-1/+1
2023-04-21tools: bpftool: print netfilter link infoFlorian Westphal1-0/+3
2023-04-21bpftool: Register struct_ops with a link.Kui-Feng Lee1-0/+3
2023-04-05bpftool: Support printing opcodes and source file references in CFGQuentin Monnet1-1/+1
2023-04-05bpftool: Support inline annotations when dumping the CFG of a programQuentin Monnet1-0/+2
2023-02-16bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich1-1/+2
2022-11-20bpftool: remove support of --legacy option for bpftoolSahid Orentino Ferdjaoui1-2/+1
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman1-12/+2
2022-10-25bpftool: Support setting alternative arch for JIT disasm with LLVMQuentin Monnet1-2/+1
2022-10-25bpftool: Add LLVM as default library for disassembling JIT-ed programsQuentin Monnet1-2/+2
2022-10-25bpftool: Remove asserts from JIT disassemblerQuentin Monnet1-12/+13
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
2018-12-13tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski1-32/+2
2018-12-10bpf: bpftool: Fix newline and p_err issueMartin KaFai Lau1-1/+0
2018-12-09bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau1-2/+21
2018-12-05tools: bpftool: add a command to dump the trace pipeQuentin Monnet1-0/+1
2018-11-30tools: bpftool: add owner_prog_type and owner_jited to bpftool outputQuentin Monnet1-0/+26
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-11-20tools/bpf: bpftool: add support for func typesYonghong Song1-0/+2
2018-11-16bpftool: make libbfd optionalStanislav Fomichev1-0/+14
2018-11-10bpftool: add loadall commandStanislav Fomichev1-0/+1
2018-11-09tools: bpftool: pass an argument to silence open_obj_pinned()Quentin Monnet1-1/+1
2018-11-07tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, mapsQuentin Monnet1-0/+2
2018-10-18tools: bpftool: use 4 context mode for the NFP disasmJakub Kicinski1-2/+4
2018-10-15tools: bpftool: add map create commandJakub Kicinski1-0/+1
2018-10-15bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend1-1/+2
2018-09-18tools/bpf: bpftool: improve output format for bpftool netYonghong Song1-1/+2
2018-09-06tools/bpf: bpftool: add net supportYonghong Song1-0/+7
2018-07-14bpf: btf: add btf print functionalityOkash Khawaja1-0/+15
2018-07-11tools: bpftool: allow reuse of maps with bpftool prog loadJakub Kicinski1-0/+3
2018-07-11tools: bpf: make use of reallocarrayJakub Kicinski1-0/+1
2018-07-11tools: bpftool: refactor argument parsing for prog loadJakub Kicinski1-0/+15
2018-07-01tools: bpftool: drop unnecessary Author commentsJakub Kicinski1-2/+0
2018-05-24tools/bpftool: add perf subcommandYonghong Song1-0/+1
2018-05-04tools: bpftool: add simple perf event output readerJakub Kicinski1-0/+4
2018-05-04tools: bpftool: move get_possible_cpus() to common codeJakub Kicinski1-1/+2
2018-01-18tools: bpftool: improve architecture detection by using ifindexJiong Wang1-1/+4
2017-12-31tools: bpftool: report device information for offloaded programsJakub Kicinski1-0/+2
2017-12-14bpftool: implement cgroup bpf operationsRoman Gushchin1-0/+1
2017-12-14bpftool: implement prog load commandRoman Gushchin1-0/+1
2017-11-30tools: bpftool: remove spurious line break from error messageQuentin Monnet1-1/+1
2017-11-30tools: bpftool: clean up the JSON writer before exiting in usage()Quentin Monnet1-1/+2
2017-11-11tools: bpftool: optionally show filenames of pinned objectsPrashant Bhole1-1/+2
2017-11-11tools: bpftool: show filenames of pinned objectsPrashant Bhole1-0/+17
2017-11-11tools: bpftool: open pinned object without type checkPrashant Bhole1-0/+1
2017-11-05tools: bpftool: move p_err() and p_info() from main.h to common.cQuentin Monnet1-31/+3
2017-10-26tools: bpftool: try to mount bpffs if required for pinning objectsQuentin Monnet1-0/+2
2017-10-24tools: bpftool: update documentation for --json and --pretty usageQuentin Monnet1-0/+2
2017-10-24tools: bpftool: turn err() and info() macros into functionsQuentin Monnet1-5/+32
2017-10-24tools: bpftool: add JSON output for `bpftool prog dump xlated *` commandQuentin Monnet1-0/+1
2017-10-24tools: bpftool: introduce --json and --pretty optionsQuentin Monnet1-0/+5
2017-10-22tools: bpftool: add pointer to file argument to print_hex()Quentin Monnet1-1/+1
2017-10-18tools: bpftool: use more common tag formatJakub Kicinski1-2/+1
2017-10-10tools: bpftool: use the kernel's instruction printerJakub Kicinski1-7/+3
2017-10-04tools: bpf: add bpftoolJakub Kicinski1-0/+99