summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/prog.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-20bpftool: Add {i,d}tlb_misses support for bpftool profileYonghong Song1-1/+29
2020-11-05tools/bpftool: Fix attaching flow dissectorLorenz Bauer1-1/+1
2020-09-15bpftool: Support dumping metadataYiFei Zhu1-0/+199
2020-09-03tools/bpftool: Replace bpf_program__title() with bpf_program__section_name()Andrii Nakryiko1-2/+2
2020-08-13tools/bpftool: Fix compilation warnings in 32-bit modeAndrii Nakryiko1-8/+8
2020-07-27tools, bpftool: Add LSM type to array of prog namesQuentin Monnet1-0/+1
2020-07-17tools/bpftool: Add name mappings for SK_LOOKUP prog and attach typeJakub Sitnicki1-1/+2
2020-06-25tools, bpftool: Define prog_type_name array only onceTobias Klauser1-0/+34
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-152/+0
2020-06-01tools, bpftool: Clean subcommand help messagesQuentin Monnet1-15/+12
2020-05-19bpf, bpftool: Enable get{peer, sock}name attach typesDaniel Borkmann1-2/+4
2020-05-11tools, bpftool: Poison and replace kernel integer typedefsQuentin Monnet1-1/+1
2020-03-13tools: bpftool: Restore message on failure to guess program typeQuentin Monnet1-4/+23
2020-03-13tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet1-1/+1
2020-03-13bpftool: Only build bpftool-prog-profile if supported by clangSong Liu1-0/+1
2020-03-10bpftool: Introduce "prog profile" commandSong Liu1-1/+423
2020-02-26bpftool: Support struct_ops, tracing, ext prog typesAndrey Ignatov1-2/+2
2020-02-07bpftool: Don't crash on missing xlated program instructionsToke Høiland-Jørgensen1-1/+1
2020-01-20bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen1-3/+3
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-117/+271
2019-12-15bpftool: Match programs by namePaul Chaignon1-4/+18
2019-12-15bpftool: Match several programs with same tagPaul Chaignon1-116/+256
2019-12-11bpftool: Don't crash on missing jited insns or ksymsToke Høiland-Jørgensen1-1/+1
2019-10-22libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declarationAndrii Nakryiko1-4/+4
2019-10-07bpftool: Fix bpftool build by switching to bpf_object__open_file()Andrii Nakryiko1-10/+12
2019-08-15tools: bpftool: close prog FD before exit on showing a single programQuentin Monnet1-1/+3
2019-07-05tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet1-1/+347
2019-06-27bpftool: support cgroup sockoptStanislav Fomichev1-1/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2019-06-06bpf, bpftool: enable recvmsg attach typesDaniel Borkmann1-1/+2
2019-05-28tools: bpftool: make -d option print debug output from verifierQuentin Monnet1-10/+17
2019-05-16tools/bpftool: move set_max_rlimit() before __bpf_object__open_xattr()Yonghong Song1-2/+2
2019-04-16bpftool: Support sysctl hookAndrey Ignatov1-1/+1
2019-04-16tools: bpftool: remove blank line after btf_id when listing programsQuentin Monnet1-1/+1
2019-04-11tools/bpftool: show btf id in program informationPrashant Bhole1-0/+6
2019-03-19bpftool: use bpf_program__get_prog_info_linear() in prog.c:do_dump()Song Liu1-207/+59
2019-03-01tools: libbpf: add a correctly named define for map iterationJakub Kicinski1-2/+2
2019-02-27tools/bpftool: recognize bpf_prog_info run_time_ns and run_cntAlexei Starovoitov1-0/+7
2019-02-19bpf: bpftool, fix documentation for attach typesAlban Crequy1-1/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2019-01-23libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song1-7/+3
2019-01-23bpftool: Fix prog dump by tagJiri Olsa1-2/+3
2018-12-15tools: bpftool: fix -Wmissing declaration warningsQuentin Monnet1-2/+2
2018-12-13bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau1-7/+0
2018-12-13tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski1-32/+2
2018-12-10tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song1-24/+24
2018-12-10bpf: bpftool: Fix newline and p_err issueMartin KaFai Lau1-2/+1
2018-12-09bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau1-10/+90
2018-12-05bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau1-0/+7