summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/prog.c
Commit message (Expand)AuthorAgeFilesLines
* tools, bpftool: Add LSM type to array of prog namesQuentin Monnet2020-07-271-0/+1
* tools/bpftool: Add name mappings for SK_LOOKUP prog and attach typeJakub Sitnicki2020-07-171-1/+2
* tools, bpftool: Define prog_type_name array only onceTobias Klauser2020-06-251-0/+34
* tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko2020-06-221-0/+7
* tools/bpftool: Move map/prog parsing logic into commonAndrii Nakryiko2020-06-221-152/+0
* tools, bpftool: Clean subcommand help messagesQuentin Monnet2020-06-011-15/+12
* bpf, bpftool: Enable get{peer, sock}name attach typesDaniel Borkmann2020-05-191-2/+4
* tools, bpftool: Poison and replace kernel integer typedefsQuentin Monnet2020-05-111-1/+1
* tools: bpftool: Restore message on failure to guess program typeQuentin Monnet2020-03-131-4/+23
* tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet2020-03-131-1/+1
* bpftool: Only build bpftool-prog-profile if supported by clangSong Liu2020-03-131-0/+1
* bpftool: Introduce "prog profile" commandSong Liu2020-03-101-1/+423
* bpftool: Support struct_ops, tracing, ext prog typesAndrey Ignatov2020-02-261-2/+2
* bpftool: Don't crash on missing xlated program instructionsToke Høiland-Jørgensen2020-02-071-1/+1
* bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-271-117/+271
|\
| * bpftool: Match programs by namePaul Chaignon2019-12-151-4/+18
| * bpftool: Match several programs with same tagPaul Chaignon2019-12-151-116/+256
* | bpftool: Don't crash on missing jited insns or ksymsToke Høiland-Jørgensen2019-12-111-1/+1
|/
* libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declarationAndrii Nakryiko2019-10-221-4/+4
* bpftool: Fix bpftool build by switching to bpf_object__open_file()Andrii Nakryiko2019-10-071-10/+12
* tools: bpftool: close prog FD before exit on showing a single programQuentin Monnet2019-08-151-1/+3
* tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet2019-07-051-1/+347
* bpftool: support cgroup sockoptStanislav Fomichev2019-06-271-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-1/+2
|\
| * bpf, bpftool: enable recvmsg attach typesDaniel Borkmann2019-06-061-1/+2
* | tools: bpftool: make -d option print debug output from verifierQuentin Monnet2019-05-281-10/+17
|/
* tools/bpftool: move set_max_rlimit() before __bpf_object__open_xattr()Yonghong Song2019-05-161-2/+2
* bpftool: Support sysctl hookAndrey Ignatov2019-04-161-1/+1
* tools: bpftool: remove blank line after btf_id when listing programsQuentin Monnet2019-04-161-1/+1
* tools/bpftool: show btf id in program informationPrashant Bhole2019-04-111-0/+6
* bpftool: use bpf_program__get_prog_info_linear() in prog.c:do_dump()Song Liu2019-03-191-207/+59
* tools: libbpf: add a correctly named define for map iterationJakub Kicinski2019-03-011-2/+2
* tools/bpftool: recognize bpf_prog_info run_time_ns and run_cntAlexei Starovoitov2019-02-271-0/+7
* bpf: bpftool, fix documentation for attach typesAlban Crequy2019-02-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-2/+3
|\
| * bpftool: Fix prog dump by tagJiri Olsa2019-01-231-2/+3
* | libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song2019-01-231-7/+3
|/
* tools: bpftool: fix -Wmissing declaration warningsQuentin Monnet2018-12-151-2/+2
* bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau2018-12-131-7/+0
* tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski2018-12-131-32/+2
* tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song2018-12-101-24/+24
* bpf: bpftool: Fix newline and p_err issueMartin KaFai Lau2018-12-101-2/+1
* bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau2018-12-091-10/+90
* bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau2018-12-051-0/+7
* tools: bpftool: add a command to dump the trace pipeQuentin Monnet2018-12-051-1/+3
* tools: bpftool: add owner_prog_type and owner_jited to bpftool outputQuentin Monnet2018-11-301-24/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-291-1/+1
|\
| * libbpf: Name changing for btf_get_from_idMartin KaFai Lau2018-11-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-281-5/+8
|\ \ | |/ |/|