Age | Commit message (Expand) | Author | Files | Lines |
2022-02-24 | bpftool: Remove usage of reallocarray() | Mauricio Vásquez | 1 | -2/+3 |
2021-05-19 | bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command. | Alexei Starovoitov | 1 | -0/+3 |
2021-02-27 | bpftool: Print subprog address properly | Yonghong Song | 1 | -0/+3 |
2020-01-21 | bpftool: Use consistent include paths for libbpf | Toke Høiland-Jørgensen | 1 | -1/+1 |
2019-12-11 | bpftool: Don't crash on missing jited insns or ksyms | Toke Høiland-Jørgensen | 1 | -1/+1 |
2019-05-28 | bpf: style fix in while(!feof()) loop | Chang-Hsien Tsai | 1 | -3/+1 |
2019-04-10 | bpf: implement lookup-free direct value access for maps | Daniel Borkmann | 1 | -0/+3 |
2018-12-15 | tools: bpftool: fix -Wmissing declaration warnings | Quentin Monnet | 1 | -3/+4 |
2018-12-13 | tools: bpftool: replace Netronome boilerplate with SPDX license headers | Jakub Kicinski | 1 | -35/+1 |
2018-12-10 | bpf: libbpf: bpftool: Print bpf_line_info during prog dump | Martin KaFai Lau | 1 | -2/+28 |
2018-12-06 | bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool | Martin KaFai Lau | 1 | -2/+2 |
2018-11-20 | tools/bpf: bpftool: add support for func types | Yonghong Song | 1 | -0/+33 |
2018-07-11 | tools: bpf: make use of reallocarray | Jakub Kicinski | 1 | -3/+3 |
2018-05-24 | tools: bpftool: add delimiters to multi-function JITed dumps | Sandipan Das | 1 | -2/+2 |
2018-05-24 | tools: bpftool: resolve calls without using imm field | Sandipan Das | 1 | -1/+9 |
2018-03-23 | bpftool: Adjust to new print_bpf_insn interface | Jiri Olsa | 1 | -6/+6 |
2018-03-02 | tools: bpftool: generate .dot graph from CFG information | Jiong Wang | 1 | -0/+52 |
2018-03-02 | tools: bpftool: factor out xlated dump related code into separate file | Jiong Wang | 1 | -0/+286 |