1. 109453e examples: fix bitehist by xingfeng2510 · 2 years, 3 months ago
  2. 3a03901 examples: Fix disksnoop by Hengqi Chen · 2 years, 3 months ago
  3. 6ae2077 remove redundant spaces by Yuntao Wang · 2 years, 3 months ago
  4. 11614bc biolatpcts: Build fixes on recent kernels by Tejun Heo · 2 years, 4 months ago
  5. 160c9b6 examples: Add local storage examples by Hengqi Chen · 2 years, 5 months ago
  6. 9adb763 Merge pull request #3765 from bveldhoen/usdt_sample_update by Dave Marchevsky · 2 years, 5 months ago
  7. d624578 Updated usdt_sample for ubuntu 21.10 (and python3) by Bram Veldhoen · 2 years, 6 months ago
  8. 52900a4 Replace StatusTuple::code() != 0 with !StatusTuple.ok() in examples/ by Yaxiong Zhao · 2 years, 6 months ago
  9. 60e0de9 Create examples/tracing/undump.py examples text file (#3714) by rtoax · 2 years, 6 months ago
  10. a73504e Merge pull request #3615 from Rtoax/patch-3 by Dave Marchevsky · 2 years, 8 months ago
  11. d3ceae0 Update tcpv4connect.py by Zdravko Bozakov · 2 years, 8 months ago
  12. 4615a3f Modify the code according to chenhengqi's suggestion by rtoax · 2 years, 8 months ago
  13. 4d13c17 delete extra lines by rtoax · 2 years, 9 months ago
  14. 57a86aa Capture UNIX domain socket packet by rtoax · 2 years, 9 months ago
  15. b96ab53 Add support for driver/native mode (#3574) by chendotjs · 2 years, 10 months ago
  16. 2731825 pull out enums from main BPF class to avoid namespace collisions by Dave Marchevsky · 3 years ago
  17. 5934161 bcc-python: support attach_func() and detach_func() (#3479) by zcy · 3 years ago
  18. 528be5e feature: add `XDP_FLAGS*` in python lib (#3447) by zcy · 3 years ago
  19. 327e4c7 Allow to use BCC as a cmake sub-project by Mariusz Barczak · 3 years, 2 months ago
  20. 00b72fd In GCC10.2 suffix '.isra.0' was appended to 'finish_task_switch' by Guodong Xu · 3 years, 3 months ago
  21. 28fa55f cleanup the style and unused function in XDP examples by yeya24 · 3 years, 3 months ago
  22. c8de00e Added helpers for BPF_PERCPU_HASH by Lénaïc Huard · 3 years, 3 months ago
  23. 25438d3 add support kfunc/modify_return bpf programs by Yonghong Song · 3 years, 4 months ago
  24. 1cb5026 Remove libbcc-no-libbpf shared library, change libbcc linkage instead by Luca Boccassi · 3 years, 5 months ago
  25. 300296a cmake: always link to packaged libbpf if CMAKE_USE_LIBBPF_PACKAGE is set (#3210) by Luca Boccassi · 3 years, 5 months ago
  26. 6ef5ce2 add a C++ kfunc/kretfunc example by Yonghong Song · 3 years, 7 months ago
  27. 5fe3576 add C++ bpf_iter support by Yonghong Song · 3 years, 8 months ago
  28. 39a2a8f Add uretprobe example for indirect function by Junyeong Jeong · 3 years, 8 months ago
  29. 892475f fix retruning typo by Ubuntu · 3 years, 9 months ago
  30. 7928ea0 Add example for new helper to documentation. by cneira · 3 years, 10 months ago
  31. 95c9229 Replace kprobe function "blk_account_io_completion" to "blk_account_io_done" for kernel version >= 5.8.0 by Chen HaoNing · 4 years ago
  32. fe730f2 Ringbuf Support for Python API (#2989) by William Findlay · 4 years ago
  33. 1c843e2 Delete existing kbuild_modname definitions by William Findlay · 4 years ago
  34. 5966549 Explicitly use NULL macro in pointer value check (#2965) by Dave Josephsen · 4 years ago
  35. 747e0dd bcc: Fix user space probe reads with bpf_probe_read_user by Sumanth Korikkar · 4 years ago
  36. 0d87484 add -fPIC to compile examples/cpp and tests/cc by Chunmei Xu · 4 years, 1 month ago
  37. 0d93f24 USDT: make path failure message more explicit by Alison Chaiken · 4 years, 1 month ago
  38. 59a753d Add perf event data collection example for an userspace application (#2888) by Saleem · 4 years, 1 month ago
  39. 023154c bcc/tools: Introduce bpf_probe_read_user to the tools. by Sumanth Korikkar · 4 years, 1 month ago
  40. 6d61622 Add `bcc_version.h` to access LIBBCC_VERSION from C/C++ (#2856) by FUJI Goro · 4 years, 1 month ago
  41. 10519c7 examples: Add biolatpcts.py example by Tejun Heo · 4 years, 1 month ago
  42. 1515f28 tools: Move io_iolatencies.py example to tools/biolatpcts.py by Tejun Heo · 4 years, 1 month ago
  43. 5057bbe examples/tracing: add io_latencies - IO latency distribution monitor by Tejun Heo · 4 years, 2 months ago
  44. 495a4a3 examples/tracing: add nflatency - netfilter hook metrics by Casey Callendrello · 4 years, 2 months ago
  45. 689f900 [C++] add BPF::enable_usdt_all() and disble_usdt_all() to handle all the USDT at once (#2854) by FUJI Goro · 4 years, 2 months ago
  46. 4f6ecea http-parse-simple.py: fix wrong start position by Jean-Philippe Menil · 4 years, 2 months ago
  47. 472f9b3 mallocstacks: validating before stacktrace walk by Devidas Jadhav · 4 years, 2 months ago
  48. 915d6d7 correcting input to hex using ord funtion by Devidas Jadhav · 4 years, 2 months ago
  49. ca1b0af adding example/networking/net_monitor.py by gist-banana · 4 years, 2 months ago
  50. 6f3c33b Fix the python part of the http-parse-complete example by Matthieu De Beule · 4 years, 3 months ago
  51. 2a2e729 cpp examples: use a raw tracepoint for RandomRead by Matt Mullins · 4 years, 3 months ago
  52. 1332e68 Update dddos.py by jnach · 4 years, 3 months ago
  53. a47c44f Run BCC test suite with github actions by Dale Hamel · 4 years, 4 months ago
  54. dbfb188 fix a bug in networking/simulation.py by Yonghong Song · 4 years, 4 months ago
  55. c14d02a Fix a bunch of typos (#2693) by Michael Prokop · 4 years, 5 months ago
  56. b2aa29f tools: cgroup filtering in execsnoop/opensnoop by Alban Crequy · 4 years, 6 months ago
  57. e7ddcbc remove inproper usage of BPF_F_REUSE_STACKID in examples by Yonghong Song · 4 years, 6 months ago
  58. 82f4302 introduce map.lookup_or_try_init() (#2577) by yonghong-song · 4 years, 7 months ago
  59. c00d10d Add sampe code for cgoup test (#2522) by Jinshan Xiong · 4 years, 8 months ago
  60. ba64f03 Fixes #2518 -- weird behaviour of lookup_or_init (#2520) by Philip Gladstone · 4 years, 8 months ago
  61. d147588 Support for hardware offload (#2502) by Paul Chaignon · 4 years, 9 months ago
  62. 270d54a Make number of stack traces configurable from command line in example… (#2500) by John O'Hara · 4 years, 9 months ago
  63. 2479fbf Update mysqld_query.py by SuperSix0 · 4 years, 10 months ago
  64. 237a4b4 Turn on lazy symbolize by default by Daniel Xu · 4 years, 10 months ago
  65. fae282c Undefined name: signal_ignore --> signal.SIG_IGN by cclauss · 5 years ago
  66. d413c95 Fix designated initializers by Daniel Xu · 5 years ago
  67. 01ee0b6 Use device+inode to identify matching files; prepend /proc/pid/root to by Dave Marchevsky · 5 years ago
  68. 84ce85b Revise python tutorial lesson 16 to make sure tutorial text and code match. by Adam Drescher · 5 years ago
  69. a57dad4 examples: disksnoop checks if blk_start_request exists before attaching kprobe by Adam Drescher · 5 years ago
  70. da4d4d7 fix proto compare bug in example by forrestchen · 5 years ago
  71. 873e939 Improve PyPerf sample handling and output (#2260) by Teng Qin · 5 years ago
  72. 7fdaa9c Fix network examples (#2256) by Gary Ching-Pang Lin · 5 years ago
  73. 34cada1 Merge pull request #2234 from lcp/fix-examples by yonghong-song · 5 years ago
  74. 593339d examples/tracing: Handle KeyboardInterrupt by Gary Lin · 5 years ago
  75. ef9d83f Add PyPerf, example of profiling Python using BPF (#2239) by Teng Qin · 5 years ago
  76. bb65bea examples/tracing: Use printb to improve python3 compatibility by Gary Lin · 5 years ago
  77. eba6beb tutorial_bcc_python_developer: new way to get the event data (#2226) by Xiaozhou Liu · 5 years ago
  78. ecf87da allow application to set rlimit for RLIMIT_MEMLOCK instead of bcc (#2195) by yonghong-song · 5 years ago
  79. 929348e Fix misc file permissions (#2185) by Jerome Marchand · 5 years ago
  80. 922f1ab examples/tracing: some minor fixes by Xiaozhou Liu · 5 years ago
  81. 10c8bd3 examples/tracing/bitehist.py: add example of linear histogram (#2177) by Xiaozhou Liu · 5 years ago
  82. c77b158 ddos_detector.py to monitor DDOS attacks (#2140) by Jugurtha BELKALEM · 5 years ago
  83. e60438d include libbpf/src/*.c files in the build system by Yonghong Song · 5 years ago
  84. 751559e use linux bpf uapi header from libbpf submodule by Yonghong Song · 5 years ago
  85. b0bf04a Merge pull request #2146 from SaveTheRbtz/revert_shebangs by Teng Qin · 5 years ago
  86. cc01a9c tools/examples: hardcode #!/usr/bin/python shebang by Alexey Ivanov · 5 years ago
  87. 2ddbc07 Add build_id support for BPF stackmap by vijunag · 5 years ago
  88. 777e802 Unify python executables to use `#!/usr/bin/env python` shebang (#2102) by Alexey Ivanov · 5 years ago
  89. f446bd7 Comment on duplicate code for parsing double vlans (#2107) by Paul Chaignon · 5 years ago
  90. 51480d0 implement free_bcc_memory() API (#2097) by yonghong-song · 5 years ago
  91. a94cbbf fix typos, link reference and package versions for rhel (#2092) by Aditya Mahendrakar · 5 years ago
  92. f3fd8e3 Revert "Remove duplicate code from xdp_drop_count.py (#2049)" (#2069) by yonghong-song · 5 years ago
  93. c7f5887 Add test script for XDP_TX action (#2066) by Andy Gospodarek · 5 years ago
  94. 5b76047 Remove duplicate code from xdp_drop_count.py (#2049) by sevagh · 6 years ago
  95. 60b0166 fix verifier errors in http_filter example (#2039) by yonghong-song · 6 years ago
  96. 0cae0dd Fix syntax error in xdp_redirect_cpu.py (#1969) by Nguyen Phuong An · 6 years ago
  97. 64bf965 Update scripts to use `increment` (#1905) by Javier Honduvilla Coto · 6 years ago
  98. 3d9b687 examples/http_filter: Add pointer offset accounting for variable ip header len (#1868) by ChaosData · 6 years ago
  99. 8265aca Unify and improve C++'s USDT implementation (#1841) by Teng Qin · 6 years ago
  100. 87a873f Add DEVMAP, CPUMAP, and redirect_map() to the reference guide by Gary Lin · 6 years ago