1. 9840a7b Example of using USDT by Teng Qin · 8 years ago
  2. a4feb69 Perf event example using C++ API by Teng Qin · 8 years ago
  3. cae072a Improve C++ API perf buffer polling by Teng Qin · 8 years ago
  4. ce1ce3f fix issue 829 by affansyed · 8 years ago
  5. 1223843 Set EXAMPLE_PROGRAMS in one line. by Zhiyi Sun · 8 years ago
  6. 33343b0 Fix bug of missing to install simple_tc.py by Zhiyi Sun · 8 years ago
  7. 759c76a hello_perf_output: match the data type of pid by Gary Lin · 8 years ago
  8. 13ebe8e Implement StatusTuple class instead of using std::tuple by Teng Qin · 8 years ago
  9. 284dd8e Examples of using BCC C++ API by Teng Qin · 8 years ago
  10. 082866d fix some typos (#810) by Taekho Nam · 8 years ago
  11. 87d27cf Fix Tracepoint example (#809) by Teng Qin · 8 years ago
  12. a2370ab Update examples and docs to use the new USDT API by Sasha Goldshtein · 8 years ago
  13. 676f357 src/lua: LuaJIT BPF compiler, examples, tests (#652) by Marek Vavruša · 8 years ago
  14. 112491a fixup the issue in which distributed_bridge example (#716) by zaafar · 8 years ago
  15. 5bd242c examples: fix indentation in tracing/tcpv4connect by Iago López Galeiras · 8 years ago
  16. bdad384 Add perf_submit_skb by Martin KaFai Lau · 8 years ago
  17. d602d6b MySQL USDT tool and example (#642) by Brendan Gregg · 8 years ago
  18. ae05984 Add support to xdp_drop_count for clsact mode by Brenden Blanco · 8 years ago
  19. 8db68e8 Add xdp_drop_count example by Brenden Blanco · 8 years ago
  20. 08fbceb remove unused MSG_MAX by Brendan Gregg · 8 years ago
  21. eb1b70d fix uprobe examples to read correct argument by Brendan Gregg · 8 years ago
  22. 239e863 tutorials: end-user, and python developer by Brendan Gregg · 8 years ago
  23. af98a1d return 0 on hello_worlds by Brendan Gregg · 8 years ago
  24. b79df7b merge task_switch example by Brendan Gregg · 8 years ago
  25. 9894e3e merge disksnoop example by Brendan Gregg · 8 years ago
  26. 310ab53 merge bitehist example by Brendan Gregg · 8 years ago
  27. 4f88a94 USDT Python API and example (#624) by Brendan Gregg · 8 years ago
  28. a4159da use new tracepoint support (#608) by Brendan Gregg · 8 years ago
  29. e422f5e A tracepoint example (#596) by Brendan Gregg · 8 years ago
  30. f9dbfd8 Merge pull request #535 from MQasimSarfraz/patch-1 by Brenden Blanco · 8 years ago
  31. 6dcb7d3 Removing htons in tunnel.py for consistency. by Qasim Sarfraz · 8 years ago
  32. 8cbc816 invalid access fixed. parameter for specify the interface added by Bertrone Matteo · 8 years ago
  33. b263926 Merge branch 'master' into patch-1 by Qasim Sarfraz · 8 years ago
  34. f712dca Avoid byte swap for vxlan port by Qasim Sarfraz · 8 years ago
  35. b0f8e00 Updated the cmake file system to include lua and new networking tools. by Zaafar Ahmed · 8 years ago
  36. ce86b46 Missed this one by extracting this from my actual program. by Valkum · 8 years ago
  37. e3a1c18 Add dns_matching example with test case for for unroll, as requested at iovisor-dev@lists.iovisor.org by Valkum · 8 years ago
  38. 4ea4af4 usdt: Implement `bpf_usdt_readarg` as frontend action by Vicent Marti · 8 years ago
  39. f7fe094 lua: Implement "Hello world" USDT example by Vicent Marti · 8 years ago
  40. 4afa96a cc: introduce helpers to access pt_regs in an arch-independent manner by Naveen N. Rao · 8 years ago
  41. 9911182 Use local key/leaf definition instead of bpf_tunnel_key by Brenden Blanco · 8 years ago
  42. 6d14b2f lua: Make all probes executable by Vicent Marti · 8 years ago
  43. 55d75ca lua: Use the new native Symbol resolver by Vicent Marti · 8 years ago
  44. fbf7193 lua: Properly support high-range 64 addresses by Vicent Marti · 8 years ago
  45. afd4303 memleak.lua: Fix indentation by Vicent Marti · 8 years ago
  46. e789360 bpf.lua: Add support for CFLAGS and LLVM debug flags by Vicent Marti · 8 years ago
  47. df11f32 Add a few examples written in Lua by Vicent Marti · 8 years ago
  48. 8889906 examples: Add `mallocstacks` by Vicent Marti · 8 years ago
  49. d0764aa make tcpv4connect.py example tracer more robust by Jean-Tiare Le Bigot · 9 years ago
  50. a8e4f46 readme fixed by Bertrone Matteo · 9 years ago
  51. 0c0ef11 Added files via upload by Bertrone Matteo · 9 years ago
  52. 46974b1 http_filter renamed, README fixed by Bertrone Matteo · 9 years ago
  53. aa1e6ca Merge pull request #343 from ceeaspb/master by Brenden Blanco · 9 years ago
  54. c5d917b README changes by Bertrone Matteo · 9 years ago
  55. 3b9679a trawl typos with aspell by Alex Bagehot · 9 years ago
  56. 8177cdb http filter example by Bertrone Matteo · 9 years ago
  57. b095058 http filter example by Bertrone Matteo · 9 years ago
  58. 0030d34 more strlen examples by Brendan Gregg · 9 years ago
  59. 7adab96 Add uprobe strlen histogram example by Brenden Blanco · 9 years ago
  60. 5bd0eb2 Updates to use cmake GLOB and libbcc.so.0 in python init by Brenden Blanco · 9 years ago
  61. 98d0beb Update trace perf output with struct deserialize example by Brenden Blanco · 9 years ago
  62. aeca6bf Let perf_output be always per-cpu by Brenden Blanco · 9 years ago
  63. 7598249 Add per-cpu parameters to buffered perf output by Brenden Blanco · 9 years ago
  64. d0daf6a Add perf_output support for high rate events by Brenden Blanco · 9 years ago
  65. c43e990 Reorganize examples into subdirectories by Brenden Blanco · 9 years ago
  66. f06d3b4 tcpconnect for IPv4 and IPv6, and make tcpv4connect a trimmed example by Brendan Gregg · 9 years ago
  67. 0823f56 improve comments for prime example by Brendan Gregg · 9 years ago
  68. 8d70a88 use BPF_HISTOGRAM by Brendan Gregg · 9 years ago
  69. 30abd81 use bpf_log2l helper by Brendan Gregg · 9 years ago
  70. 665c5b0 variable name typo by Brendan Gregg · 9 years ago
  71. 6ed4a49 accomodate mq block device I/O by Brendan Gregg · 9 years ago
  72. 5853e72 shorten disksnoop.c example further by Brendan Gregg · 9 years ago
  73. 75f47be delete unused variable by Brendan Gregg · 9 years ago
  74. f92e668 improve and shorten BPF_HASH usage by Brendan Gregg · 9 years ago
  75. 32097d9 Always autoload k[ret]probe__ prefixed functions by Brenden Blanco · 9 years ago
  76. ab660b3 Autoload kprobes for all types of trace_* functions by Brenden Blanco · 9 years ago
  77. e12a95d Denote auto-loading with k[ret]probe__ prefix by Brenden Blanco · 9 years ago
  78. 4fd308f Support automatic kprobe event detection in common case by Brenden Blanco · 9 years ago
  79. 79553c2 Merge pull request #184 from iovisor/bblanco_dev by Brenden Blanco · 9 years ago
  80. e845c52 shorten hello world example by Brendan Gregg · 9 years ago
  81. 08af9e4 no longer need the clear() by Brendan Gregg · 9 years ago
  82. f32a67c make bitehist a simpler example of log2 histograms by Brendan Gregg · 9 years ago
  83. 7bc5b99 add print_log2_hist() from #143 by Brendan Gregg · 9 years ago
  84. 288e18e Shorten trace_readline_fields to trace_fields by Brenden Blanco · 9 years ago
  85. 7b9e5f1 Add BPF_HASH macro with variadic arguments by Brenden Blanco · 9 years ago
  86. 819334e Shorten trace_readline_fields to trace_fields by Brenden Blanco · 9 years ago
  87. d21af64 simplify code using new features by Brendan Gregg · 9 years ago
  88. c35989d Rename python module name to 'bcc' from 'bpf' by Brenden Blanco · 9 years ago
  89. c8b6698 Minor change to task_switch example syntax by Brenden Blanco · 9 years ago
  90. 3fe56c3 Add gretap support for full mesh tunnel by Wei-Chun Chao · 9 years ago
  91. 39e1373 improve code by utilizing trace_readline_fields() by Brendan Gregg · 9 years ago
  92. ef2452d improve code by utilizing .clear() by Brendan Gregg · 9 years ago
  93. d7a981f examples: use IPDB `wait_ip()` feature by Peter V. Saveliev · 9 years ago
  94. 022f3d7 Add field support to trace_print and friends by Brenden Blanco · 9 years ago
  95. 4101d2e Add BPF python helpers for reading trace_pipe by Brenden Blanco · 9 years ago
  96. 057b078 more examples of b[] syntax, fix func arg passing by Brendan Gregg · 9 years ago
  97. 01ef55f Add getitem api to BPF object to reference tables by Brenden Blanco · 9 years ago
  98. 5eef65e Change API of attach_kprobe to take a name argument by Brenden Blanco · 9 years ago
  99. ebdb242 save some syscalls by Brendan Gregg · 9 years ago
  100. 762b1b4 python 2 & 3 compatibility by Brendan Gregg · 9 years ago