1. 82469ea bcc: Fix hash table batch operation attribute error by mickey_zhu · 1 year ago
  2. 5c92af6 Fix printb function by Tianzhenxiong · 1 year ago
  3. 7bc5500 Update INSTALL.md: fix llvm download url by 勤 · 1 year ago
  4. a078cbc tools: Remove unused strftime by xingfeng2510 · 1 year ago
  5. 046eea8 Fix maximum allowed index for print_linear_hist (#4613) by cs-cat · 1 year, 1 month ago
  6. 46a125d runqlen/cpuunclaimed: Fix runnable_weight issue after Linux 5.7 by Ism Hong · 1 year, 1 month ago
  7. 3e2a251 libbpf-tools: use fentry in funclatency by Barret Rhoden · 1 year, 1 month ago
  8. 7d350d9 bcc: Fix vmlinux kfunc load by Hengqi Chen · 1 year, 1 month ago
  9. 699799b rewriter: Init only the requested parameters by Mingzheng Xing · 1 year, 1 month ago
  10. 80fcfc9 bcc: Add module kfunc/kretfunc support by Hengqi Chen · 1 year, 2 months ago
  11. d27fd5a libbpf-tools: Bump riscv vmlinux.h to v6.2 by Mingzheng Xing · 1 year, 1 month ago
  12. 4e09e97 Support ringbuf_query method for Ring buffer by andreyvi · 1 year, 2 months ago
  13. 59a2a43 docs: Update build-from-source ubuntu deps to include zip and tools by Andrew Jenkins · 1 year, 1 month ago
  14. 084d44f libbpf-tools: Filter with kprobe blacklist for kprobe_exists() api. by Rong Tao · 1 year, 1 month ago
  15. a9be3f3 rm duplicated iperf/netperf in dockerfile.ubuntu by cedric.zhang · 1 year, 2 months ago
  16. 0a66060 libbpf-tools/funclatency: Clear histogram record after interval output by Ism Hong · 1 year, 2 months ago
  17. 5c146cc tools/deadlock: Add an option to set the maximum number of stack traces by Jerome Marchand · 1 year, 2 months ago
  18. b2ef7a0 tools: Update default stack storage size to reduce frequent warnings by xingfeng2510 · 1 year, 2 months ago
  19. 7b878b2 libbpf-tools/memleak: support ksyms and syms_cache by Peter Shen · 1 year, 2 months ago
  20. d7c470e tcpconnlat: Remove entries from map in all cases by Mauricio Vásquez · 1 year, 2 months ago
  21. 0dcc57b tcprtt: Consolidate kprobe and fentry implementations by Mauricio Vásquez · 1 year, 2 months ago
  22. 70e8799 sync with latest libbpf repo by Yonghong Song · 1 year, 2 months ago
  23. af8985b Change the ssh clone method to https method by expoli · 1 year, 2 months ago
  24. 465e544 libbpf-tools/memleak: make it run on old kernel by Peter Shen · 1 year, 2 months ago
  25. e0291c8 Filter with available_filter_functions in BPF.get_kprobe_functions() by Rong Tao · 1 year, 2 months ago
  26. dc9066b change storage type of helper err to int by inwardvessel · 1 year, 2 months ago
  27. a8381c7 libbpf-tools/memleak: remove 'PERCPU' from argp_args_doc by mickey_zhu · 1 year, 2 months ago
  28. e7f0cbb libbpf-tools/memleak: remove unused arg "PERCPU" by mickey_zhu · 1 year, 2 months ago
  29. cf30d17 tools/profile: Allow to increment hash storage size to aviod missing keys by xingfeng2510 · 1 year, 2 months ago
  30. 9d0d627 tools/funcslower: fix printing of folded stacks by Jerome Marchand · 1 year, 2 months ago
  31. 8aa3737 tools/wakeuptime: Reverse order of stack output by xingfeng2510 · 1 year, 2 months ago
  32. d9de47d libbpf-tools/memleak: fix 'show allocs' by Espen Grindhaug · 1 year, 3 months ago
  33. e75c0fa Memleak: don't kill process if attached by Espen Grindhaug · 1 year, 3 months ago
  34. c28ed46 Updating Powerpc vmlinux headers from Linux kernel 6.0 by Abhishek Dubey · 1 year, 2 months ago
  35. 9371e84 Fix typos in klockstat by Li Peng · 1 year, 2 months ago
  36. aa523f7 Update debian changelog for release v0.27.0 by Yonghong Song · 1 year, 2 months ago
  37. 42dbd9d Fix a typo in changelog by Yonghong Song · 1 year, 2 months ago
  38. 6bc2601 tools/{cachetop,cachestat}: Introduce tracepoint writeback_dirty_{page,folio} by Rong Tao · 1 year, 4 months ago
  39. 8856930 Merge pull request #4544 from michalgr/fix_short_zip_parsing by Dave Marchevsky · 1 year, 2 months ago
  40. c78ec5c Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) by Lars Gohr · 1 year, 3 months ago
  41. 8e3d4ba update Lesson 4 example code for KeyboardInterrupt by root · 1 year, 3 months ago
  42. 83be59c update Lesson 3 example code for KeyboardInterrupt by root · 1 year, 3 months ago
  43. 48ce356 tools/offcputime: Add option to show symbol offsets by xingfeng2510 · 1 year, 3 months ago
  44. ce78071 Porting from distutils to setuptools by Jerome Marchand · 1 year, 3 months ago
  45. 7271bfc bcc_zip_archive_open should not loop indefinitely for bad archives by Michal Gregorczyk · 1 year, 2 months ago
  46. 594ab9a Fix compilation error when built with llvm17 by Yonghong Song · 1 year, 3 months ago
  47. a1525b7 Set cmake policy for CMP0057 by Yonghong Song · 1 year, 3 months ago
  48. 6668a88 libbpf-tools/cachestat: Introduce tracepoint writeback_dirty_{page,folio} by Rong Tao · 1 year, 4 months ago
  49. da08935 tools/cpudist: Bugfix incorrect cpu key when pid not equal to 0 by xingfeng2510 · 1 year, 3 months ago
  50. 0a24264 libbpf-tools: Drop libbpf_set_strict_mode() calls by Hengqi Chen · 1 year, 3 months ago
  51. a75f018 libbpf-tools/tcprtt: Fix out-of-bounds accessing of inet_sock struct. by Chen Yaqi · 1 year, 3 months ago
  52. 7e4b6e0 libbpf-tools: Add loongarch support by Hengqi Chen · 1 year, 4 months ago
  53. 87cbcde bcc: Sync with latest libbpf repo by Hengqi Chen · 1 year, 4 months ago
  54. 97167bd cmake: Follow PEP 440 local version by Zang MingJie · 1 year, 3 months ago
  55. b485015 INSTALL.md - Use a faster & smaller shallow clone when fetching WSL2-Linux-Kernel git repo by Cimon Lucas (LCM) · 1 year, 3 months ago
  56. ca2dcf8 tools/argdist: Add ebpf option to print BPF program code only by xingfeng2510 · 1 year, 3 months ago
  57. a37d0ee convert memleak to libbpf by inwardvessel · 1 year, 6 months ago
  58. 1ea0390 tests/cc: Use c++14 standard by Khem Raj · 1 year, 3 months ago
  59. a894979 tools: Fix filelife for kernels without CONFIG_SECURITY by Hengqi Chen · 1 year, 4 months ago
  60. 9b5af1b examples/networking: add tcp_mon_block (#4459) by agentzex · 1 year, 4 months ago
  61. 40d3688 Merge pull request #4440 from michalgr/add_zip_support2 by Dave Marchevsky · 1 year, 4 months ago
  62. 739c0be Install zip in test environment by Michal Gregorczyk · 2 years ago
  63. 38eb26d Make bpf_attach_uprobe recognize zipped libraries. by Michal Gregorczyk · 2 years ago
  64. 7546bb5 Recognize zipped libraries when parsing maps. by Michal Gregorczyk · 2 years ago
  65. bef3d74 Support address lookup for zipped libs. by Michal Gregorczyk · 2 years, 1 month ago
  66. caa1d11 Implement basic zip archive parsing. by Michal Gregorczyk · 2 years, 1 month ago
  67. 47502c2 tools/nfsslower.py: Fix uninitialized struct pad error by Rong Tao · 1 year, 4 months ago
  68. c929d1c tools/compactsnoop.py: Fix raw_tracepoint Invalid argument error by Rong Tao · 1 year, 4 months ago
  69. cbec3b6 Use explicit type conversion for void * to u64. by Y7n05h · 1 year, 4 months ago
  70. f279656 Fix for incomplete static libraries. by Borko Jandras · 1 year, 5 months ago
  71. a3ad36d tools/slabratetop: Fix error: incomplete definition of type 'struct slab' by Rong Tao · 1 year, 5 months ago
  72. 2d52361 libbpf-tools/numamove: Fix failed to attach: ERROR: strerror_r(-524)=22 by Rong Tao · 1 year, 4 months ago
  73. 7d8dbcb tools/readahead: Fix: Failed to attach BPF program entry__do_page_cache_readahead by Rong Tao · 1 year, 4 months ago
  74. afe977e tools/nfsslower: fix on v3-only systems by Daniel Kobras · 1 year, 5 months ago
  75. 30e2b9b libbpf-tools/cachestat: Fix failed to attach: ERROR: strerror_r(-524)=22 by Rong Tao · 1 year, 4 months ago
  76. 4ebb68d libbpf-tools/wakeuptime: Fix the type of the value by Hailong Liu · 1 year, 4 months ago
  77. 39b62cb tools/ttysnoop: Fix uninitialized 'buf' error by Rong Tao · 1 year, 4 months ago
  78. 3f84544 docs/kernel_config.md: add the config for kprobe multi (#4448) by Kenta Tada · 1 year, 4 months ago
  79. 99726b9 Truncate long uprobe names and append its hash for differentiation (#4442) by Ryan Cheng · 1 year, 5 months ago
  80. c9ae08a docs/kernel_config.md: kernel configs required for eBPF by Chethan Suresh · 1 year, 5 months ago
  81. 3423048 tools/ttysnoop: Add ITER_UBUF support by Rong Tao · 1 year, 5 months ago
  82. 02e5507 libbpf-tools/softirqs: Add event counts report by Hailong Liu · 1 year, 5 months ago
  83. 8f8e9a2 bcc: Fix multi-word array type handling (#4412) by Adrián Moreno · 1 year, 5 months ago
  84. 79b80cc fix the Makefile of libbpf-tools, make it support cross compile (#4429) by james.chu · 1 year, 5 months ago
  85. 275aa3f docs: Update links to use Github by Mauricio Vásquez · 1 year, 5 months ago
  86. a934191 docs: Fix kernel version for BPF_FUNC_ktime_get_boot_ns() by Mauricio Vásquez · 1 year, 6 months ago
  87. 5d75ee6 Merge pull request #4431 from jeromemarchand/killsnoop-synopsis by Dave Marchevsky · 1 year, 5 months ago
  88. 5cdbc39 killsnoop: add missing -s and -T options to the synopsis by Jerome Marchand · 1 year, 5 months ago
  89. 2b203ea Fix get_kprobe_functions by Jerome Marchand · 1 year, 5 months ago
  90. 77c59c3 docs: Fix GPL flag for BPF_FUNC_ktime_get*_ns (#4421) by Matheus Castanho · 1 year, 5 months ago
  91. 1a5cd88 update WSL2 install instruction (#4423) by yifeifang · 1 year, 5 months ago
  92. 833045e Fix typo, insecureAPI.DeprecatedOrUnsafeBufferHandling am: 87ee09f723 am: 8f15414e0f am: c8a3a8ef22 by Chih-Hung Hsieh · 1 year, 5 months ago android14-d2-release android14-d2-s1-release android14-d2-s2-release android14-d2-s3-release android14-d2-s4-release android14-d2-s5-release android14-dev android14-mainline-healthfitness-release android14-qpr1-release android14-qpr1-s2-release aml_cfg_341510000 aml_hef_341114030 aml_hef_341311010 aml_hef_341415040 aml_hef_341512030 aml_hef_341613000 aml_hef_341717050 aml_rkp_341012000 aml_rkp_341015010 aml_rkp_341114000 aml_rkp_341311000 aml_rkp_341510000 android-14.0.0_r16 android-14.0.0_r17 android-14.0.0_r18 android-14.0.0_r19 android-14.0.0_r20 android-14.0.0_r21 android-14.0.0_r22 android-14.0.0_r23 android-14.0.0_r24 android-14.0.0_r25 android-14.0.0_r26 android-14.0.0_r27 android-14.0.0_r38 android-14.0.0_r39 android-14.0.0_r40 android-14.0.0_r41 android-14.0.0_r42 android-14.0.0_r43 android-14.0.0_r44 android-14.0.0_r45
  93. c8a3a8e Fix typo, insecureAPI.DeprecatedOrUnsafeBufferHandling am: 87ee09f723 am: 8f15414e0f by Chih-Hung Hsieh · 1 year, 5 months ago android-u-beta-1-gpl
  94. 8f15414 Fix typo, insecureAPI.DeprecatedOrUnsafeBufferHandling am: 87ee09f723 by Chih-Hung Hsieh · 1 year, 5 months ago
  95. 87ee09f Fix typo, insecureAPI.DeprecatedOrUnsafeBufferHandling by Chih-Hung Hsieh · 1 year, 5 months ago main-16k-with-phones
  96. 2a6a9bb libbpf-tools/runqlen: Add runq lenth of host's rq by Hailong Liu · 1 year, 5 months ago
  97. 995e481 tools/tcpsynbl.py: several small improvements of coding style (#4415) by yangxingwu · 1 year, 5 months ago
  98. ec8a4f7 tools/ttysnoop: add ringbuf by mickey_zhu · 1 year, 6 months ago
  99. 30fc330 Disable tidy DeprecatedOrUnsafeBufferHandling check am: feaf607d3f am: 8d7ae3ae0c am: cc74c5de8f by Chih-Hung Hsieh · 1 year, 5 months ago
  100. cc74c5d Disable tidy DeprecatedOrUnsafeBufferHandling check am: feaf607d3f am: 8d7ae3ae0c by Chih-Hung Hsieh · 1 year, 5 months ago