1. e4ac80e tools/runqslower: Fix cross-build by Jean-Philippe Brucker · 3 years, 4 months ago
  2. e41ac20 bpftool: Install libbpf headers for the bootstrap version, too by Quentin Monnet · 3 years, 4 months ago
  3. d6699f8 bpftool: Switch to libbpf's hashmap for PIDs/names references by Quentin Monnet · 3 years, 5 months ago
  4. 2828d0d bpftool: Switch to libbpf's hashmap for programs/maps in BTF listing by Quentin Monnet · 3 years, 5 months ago
  5. 8f18473 bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects by Quentin Monnet · 3 years, 5 months ago
  6. 4624127 bpftool: Do not expose and init hash maps for pinned path in main.c by Quentin Monnet · 3 years, 5 months ago
  7. 8b6c462 bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS) by Quentin Monnet · 3 years, 5 months ago
  8. e89ef63 bpftool: Avoid leaking the JSON writer prepared for program metadata by Quentin Monnet · 3 years, 5 months ago
  9. 58fc155 bpftool: Switch to new btf__type_cnt API by Hengqi Chen · 3 years, 5 months ago
  10. 2d8f09f tools/resolve_btfids: Switch to new btf__type_cnt API by Hengqi Chen · 3 years, 5 months ago
  11. ef9356d bpftool: Improve skeleton generation for data maps without DATASEC type by Andrii Nakryiko · 3 years, 5 months ago
  12. 8654b4d bpftool: Support multiple .rodata/.data internal maps in skeleton by Andrii Nakryiko · 3 years, 5 months ago
  13. efc36d6 bpftool: Remove useless #include to <perf-sys.h> from map_perf_ring.c by Quentin Monnet · 3 years, 5 months ago
  14. 062e1fc bpftool: Turn check on zlib from a phony target into a conditional error by Quentin Monnet · 3 years, 5 months ago
  15. ced846c bpftool: Do not FORCE-build libbpf by Quentin Monnet · 3 years, 5 months ago
  16. 34e3ab14 bpftool: Fix install for libbpf's internal header(s) by Quentin Monnet · 3 years, 5 months ago
  17. 223f903 bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG by Yonghong Song · 3 years, 5 months ago
  18. d7db0a4 bpftool: Add install-bin target to install binary only by Quentin Monnet · 3 years, 5 months ago
  19. be79505 tools/runqslower: Install libbpf headers when building by Quentin Monnet · 3 years, 5 months ago
  20. 1478994 tools/resolve_btfids: Install libbpf headers when building by Quentin Monnet · 3 years, 5 months ago
  21. f012ade1 bpftool: Install libbpf headers instead of including the dir by Quentin Monnet · 3 years, 5 months ago
  22. c66a248 bpftool: Remove unused includes to <bpf/bpf_gen_internal.h> by Quentin Monnet · 3 years, 5 months ago
  23. 6f2b219 selftests/bpf: Switch to new bpf_object__next_{map,program} APIs by Hengqi Chen · 3 years, 5 months ago
  24. f614f2c tools: Allow specifying base BTF file in resolve_btfids by Kumar Kartikeya Dwivedi · 3 years, 5 months ago
  25. 09710d8 bpftool: Avoid using "?: " in generated code by Yucong Sun · 3 years, 5 months ago
  26. 4190c29 bpftool: Only probe trace_vprintk feature in 'full' mode by Dave Marchevsky · 3 years, 6 months ago
  27. 5c07f2f bpftool: Add support for BTF_KIND_TAG by Yonghong Song · 3 years, 6 months ago
  28. 2f38304 libbpf: Make libbpf_version.h non-auto-generated by Andrii Nakryiko · 3 years, 6 months ago
  29. 0b46b75 libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations by Quentin Monnet · 3 years, 6 months ago
  30. a6cc6b3 bpftool: Provide a helper method for accessing skeleton's embedded ELF data by Matt Smith · 3 years, 6 months ago
  31. d39e8b9 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 7 months ago
  32. 475a23c tools: bpftool: Complete metrics list in "bpftool prog profile" doc by Quentin Monnet · 3 years, 7 months ago
  33. 8cc8c63 tools: bpftool: Document and add bash completion for -L, -B options by Quentin Monnet · 3 years, 7 months ago
  34. c07ba62 tools: bpftool: Update and synchronise option list in doc and help msg by Quentin Monnet · 3 years, 7 months ago
  35. b544342 tools: bpftool: Complete and synchronise attach or map types by Quentin Monnet · 3 years, 7 months ago
  36. 510b4d4 tools: bpftool: Slightly ease bash completion updates by Quentin Monnet · 3 years, 7 months ago
  37. 211ab78 tools: bpftool: Support dumping split BTF by id by Quentin Monnet · 3 years, 8 months ago
  38. 86f4b7f tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id() by Quentin Monnet · 3 years, 8 months ago
  39. 369e955 tools: Free BTF objects at various locations by Quentin Monnet · 3 years, 8 months ago
  40. 5aad036 tools/resolve_btfids: Emit warnings and patch zero id for missing symbols by Hengqi Chen · 3 years, 8 months ago
  41. d444b06 bpftool: Check malloc return value in mount_bpffs_for_pin by Tobias Klauser · 3 years, 8 months ago
  42. 1d71925 tools: bpf: Fix error in 'make -C tools/ bpf_install' by Wei Li · 3 years, 9 months ago
  43. 5616e89 tools/runqslower: Use __state instead of state by SanjayKumar Jeyakumar · 3 years, 8 months ago
  44. bc83206 bpftool: Properly close va_list 'ap' by va_end() on error by Gu Shengxian · 3 years, 8 months ago
  45. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  46. 61e8aed bpf: Fix libelf endian handling in resolv_btfids by Tony Ambardar · 3 years, 9 months ago
  47. a52171a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 9 months ago
  48. ca16b42 tools/bpftool: Fix error return code in do_batch() by Zhihao Cheng · 3 years, 9 months ago
  49. 0779890 tools/bpftool: Fix cross-build by Jean-Philippe Brucker · 3 years, 9 months ago
  50. 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 10 months ago
  51. 9c6c044 bpftool: Set errno on skeleton failures and propagate errors by Andrii Nakryiko · 3 years, 10 months ago
  52. a8deba8 bpftool: Add sock_release help info for cgroup attach/prog load command by Liu Jian · 3 years, 10 months ago
  53. d510296 bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command. by Alexei Starovoitov · 3 years, 10 months ago
  54. 31332cc bpftool: Stop emitting static variables in BPF skeleton by Andrii Nakryiko · 3 years, 10 months ago
  55. fdbf5dd libbpf: Add per-file linker opts by Andrii Nakryiko · 3 years, 10 months ago
  56. 37f0560 bpftool: Strip const/volatile/restrict modifiers from .bss and .data vars by Andrii Nakryiko · 3 years, 10 months ago
  57. 5b438f0 bpftool: Dump more info about DATASEC members by Andrii Nakryiko · 3 years, 11 months ago
  58. 0dd7e45 bpftool: Support dumping BTF VAR's "extern" linkage by Andrii Nakryiko · 3 years, 11 months ago
  59. 8af5014 bpftool: Fix a clang compilation warning by Yonghong Song · 4 years ago
  60. a7ba455 sock_map: Introduce BPF_SK_SKB_VERDICT by Cong Wang · 4 years ago
  61. e27bfef tools/resolve_btfids: Fix warnings by Stanislav Fomichev · 4 years ago
  62. d80b2fc bpftool: Add `gen object` command to perform BPF static linking by Andrii Nakryiko · 4 years ago
  63. c412266 bpftool: Add ability to specify custom skeleton object name by Andrii Nakryiko · 4 years ago
  64. 4bbb358 bpftool: Fix maybe-uninitialized warnings by Andrii Nakryiko · 4 years ago
  65. c1acda9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years ago
  66. 46ac034 bpf: Simplify the calculation of variables by Jiapeng Chong · 4 years ago
  67. a01d935 tools/bpf: Remove bpf-helpers from bpftool docs by Joe Stringer · 4 years ago
  68. 923a932 scripts/bpf: Abstract eBPF API target parameter by Joe Stringer · 4 years ago
  69. 737e0f9 tools/bpftool: Add BTF_KIND_FLOAT support by Ilya Leoshkevich · 4 years ago
  70. 303dcc2 tools/runqslower: Allow substituting custom vmlinux.h for the build by Andrii Nakryiko · 4 years ago
  71. 85e142cb tools, bpf_asm: Exit non-zero on errors by Ian Denhardt · 4 years, 1 month ago
  72. 04883a0 tools, bpf_asm: Hard error on out of range jumps by Ian Denhardt · 4 years, 1 month ago
  73. f1f9f0d bpftool: Print subprog address properly by Yonghong Song · 4 years ago
  74. 9e8e714 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years ago
  75. ced47e3 bpf: runqslower: Use task local storage by Song Liu · 4 years ago
  76. 4b0d2d4 bpf: runqslower: Prefer using local vmlimux to generate vmlinux.h by Song Liu · 4 years ago
  77. b9fc8b4 bpf: Add kernel/modules BTF presence checks to bpftool feature command by Grant Seltzer · 4 years, 1 month ago
  78. 41462c6 tools/resolve_btfids: Fix build error with older host toolchains by Kun-Chuan Hsieh · 4 years, 1 month ago
  79. 3a36281 Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years, 1 month ago
  80. 90a82b1 tools/resolve_btfids: Add /libbpf to .gitignore by Stanislav Fomichev · 4 years, 1 month ago
  81. 9ed9e9b bpf: Count the number of times recursion was prevented by Alexei Starovoitov · 4 years, 1 month ago
  82. 7962cb9 tools/resolve_btfids: Set srctree variable unconditionally by Jiri Olsa · 4 years, 1 month ago
  83. f231309 tools/resolve_btfids: Check objects before removing by Jiri Olsa · 4 years, 1 month ago
  84. fc6b48f tools/resolve_btfids: Build libbpf and libsubcmd in separate directories by Jiri Olsa · 4 years, 1 month ago
  85. 0a1b0fd bpf: Simplify bool comparison by Jiapeng Chong · 4 years, 1 month ago
  86. 211a741 tools: Factor Clang, LLC and LLVM utils definitions by Sedat Dilek · 4 years, 1 month ago
  87. cd07e536 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 2 months ago
  88. d2032d4 bpftool: Add Makefile target bootstrap by Song Liu · 4 years, 2 months ago
  89. bade5c5 tools/bpftool: Add -Wall when building BPF programs by Ian Rogers · 4 years, 2 months ago
  90. 6f02b54 bpftool: Fix compilation failure for net.o with older glibc by Alan Maguire · 4 years, 2 months ago
  91. 6720869 tools/resolve_btfids: Warn when having multiple IDs for single type by Jiri Olsa · 4 years, 2 months ago
  92. 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  93. 932c605 tools/bpftool: Fix PID fetching with a lot of results by Andrii Nakryiko · 4 years, 3 months ago
  94. a1dd1d8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 3 months ago
  95. 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  96. 22e8ebe tools/resolve_btfids: Fix some error messages by Brendan Jackman · 4 years, 3 months ago
  97. fa45283 tools/bpftool: Auto-detect split BTFs in common cases by Andrii Nakryiko · 4 years, 3 months ago
  98. 71ccb50 tools/bpftool: Emit name <anon> for anonymous BTFs by Andrii Nakryiko · 4 years, 3 months ago
  99. 68878a5 bpftool: Fix error return value in build_btf_type_table by Zhen Lei · 4 years, 4 months ago
  100. 450d060 bpftool: Add {i,d}tlb_misses support for bpftool profile by Yonghong Song · 4 years, 4 months ago