1. 665c5b0 variable name typo by Brendan Gregg · 9 years ago
  2. 5cbcde2 man page missing syntax by Brendan Gregg · 9 years ago
  3. aa93d9f remove vfs copy-n-paste extras by Brendan Gregg · 9 years ago
  4. f1fb4cd add dynamic tracing warning by Brendan Gregg · 9 years ago
  5. b1d9aae update kernel version by Brendan Gregg · 9 years ago
  6. 9e23ef2 Merge pull request #229 from brendangregg/master by Brenden Blanco · 9 years ago
  7. bedd150 opensnoop by Brendan Gregg · 9 years ago
  8. 2e081aa Merge pull request #228 from iovisor/bblanco_dev by 4ast · 9 years ago
  9. 05f60a8 Add a better test case for nested probe reads by Brenden Blanco · 9 years ago
  10. f22a1e0 Merge pull request #227 from iovisor/bblanco_dev by 4ast · 9 years ago
  11. 8ed57a2 Add support for static helper functions by Brenden Blanco · 9 years ago
  12. 9ada11d Merge pull request #223 from brendangregg/master by Brenden Blanco · 9 years ago
  13. ac5c9e3 add biosnoop to README by Brendan Gregg · 9 years ago
  14. 79b6f33 Merge pull request #222 from brendangregg/master by Brenden Blanco · 9 years ago
  15. a080b3e fix comment by Brendan Gregg · 9 years ago
  16. 6ed4a49 accomodate mq block device I/O by Brendan Gregg · 9 years ago
  17. 5be5194 biosnoop for block device I/O by Brendan Gregg · 9 years ago
  18. f29cced Merge pull request #221 from iovisor/bblanco_dev by 4ast · 9 years ago
  19. 9518e74 Fix probe reads on char[] types by Brenden Blanco · 9 years ago
  20. 2d75aa0 Merge pull request #218 from iovisor/bblanco_dev by 4ast · 9 years ago
  21. 70fa0a1 Translate multiple pointer dereference into bpr_probe_read by Brenden Blanco · 9 years ago
  22. 4afb3f8 Merge pull request #210 from rlane/ebpf-method by Brenden Blanco · 9 years ago
  23. 1ec985d add test for dump_func method by Rich Lane · 9 years ago
  24. a12a521 rename ebpf method to dump_func by Rich Lane · 9 years ago
  25. f631b0e add ebpf method to retrieve bytecode by Rich Lane · 9 years ago
  26. 3daeee7 Merge pull request #211 from affansyed/master by Brenden Blanco · 9 years ago
  27. c3ad098 Merge branch 'master' into master by affansyed · 9 years ago
  28. 67337ad Merge pull request #214 from iovisor/bblanco_dev by 4ast · 9 years ago
  29. b411117 Change test_xlate1 to use act_bpf instead of cls_bpf by Brenden Blanco · 9 years ago
  30. d96f6ca Merge branch 'master' into master by affansyed · 9 years ago
  31. 8ddb79d Merge pull request #208 from iovisor/bblanco_dev2 by 4ast · 9 years ago
  32. 3ef9ef3 Don't include git tag in .so suffix by Brenden Blanco · 9 years ago
  33. e292255 Merge pull request #206 from iovisor/yhs_dev by Brenden Blanco · 9 years ago
  34. 1375320 sync readme hello_world.py example with actual implementation by Yonghong Song · 9 years ago
  35. 2294862 Merge pull request #205 from iovisor/bblanco_dev by 4ast · 9 years ago
  36. 0a0d109 Add clang command line invocation to debug=0x4 by Brenden Blanco · 9 years ago
  37. 38f602d Merge pull request #204 from brendangregg/master by Brenden Blanco · 9 years ago
  38. 02695fd copy-n-paste error by Brendan Gregg · 9 years ago
  39. 90b3ea5 more trim by Brendan Gregg · 9 years ago
  40. 2517339 trim to fit word wrap by Brendan Gregg · 9 years ago
  41. 493fd62 some rework by Brendan Gregg · 9 years ago
  42. fd093f3 Merge pull request #202 from brendangregg/master by Brenden Blanco · 9 years ago
  43. 61c7ff1 shorten syncsnoop example by Brendan Gregg · 9 years ago
  44. 5853e72 shorten disksnoop.c example further by Brendan Gregg · 9 years ago
  45. 75f47be delete unused variable by Brendan Gregg · 9 years ago
  46. 3e55ae2 funccount for counting kernel function calls by Brendan Gregg · 9 years ago
  47. f92e668 improve and shorten BPF_HASH usage by Brendan Gregg · 9 years ago
  48. c7edcd5 Merge pull request #201 from iovisor/bblanco_dev by 4ast · 9 years ago
  49. 32097d9 Always autoload k[ret]probe__ prefixed functions by Brenden Blanco · 9 years ago
  50. ed85df7 Merge pull request #200 from iovisor/bblanco_dev by 4ast · 9 years ago
  51. 7c83a34 updated mainline version to support bridge by affansyed · 9 years ago
  52. 7e71aef Improve coverage for kprobe event_re by Brenden Blanco · 9 years ago
  53. 076e8ab Merge pull request #198 from iovisor/bblanco_dev by 4ast · 9 years ago
  54. b5aba54 Typo in retprobe case of _trace_autoload by Brenden Blanco · 9 years ago
  55. ab660b3 Autoload kprobes for all types of trace_* functions by Brenden Blanco · 9 years ago
  56. d014a29 Merge pull request #197 from iovisor/bblanco_dev by 4ast · 9 years ago
  57. 0ac26e8 Fix breakage in bpf_probe_read from #196 by Brenden Blanco · 9 years ago
  58. 78823a8 Merge pull request #196 from iovisor/bblanco_dev2 by 4ast · 9 years ago
  59. 3c4a29c Fix the inline replace of kprobe args by Brenden Blanco · 9 years ago
  60. b13426c Add debug flag for printing rewritten C text by Brenden Blanco · 9 years ago
  61. 841a494 Merge pull request #195 from iovisor/bblanco_dev by 4ast · 9 years ago
  62. e12a95d Denote auto-loading with k[ret]probe__ prefix by Brenden Blanco · 9 years ago
  63. afea5ed Change auto-loading behavior of trace_print by Brenden Blanco · 9 years ago
  64. f63f35b Merge pull request #194 from iovisor/bblanco_dev by 4ast · 9 years ago
  65. 4fd308f Support automatic kprobe event detection in common case by Brenden Blanco · 9 years ago
  66. 8d0425c Merge pull request #189 from iovisor/bblanco_dev by 4ast · 9 years ago
  67. 2a01f7c Suppress None return when trace_pipe drops lines by Brenden Blanco · 9 years ago
  68. 79553c2 Merge pull request #184 from iovisor/bblanco_dev by Brenden Blanco · 9 years ago
  69. 489e4f5 Merge pull request #185 from brendangregg/master by Brenden Blanco · 9 years ago
  70. e845c52 shorten hello world example by Brendan Gregg · 9 years ago
  71. 08af9e4 no longer need the clear() by Brendan Gregg · 9 years ago
  72. f32a67c make bitehist a simpler example of log2 histograms by Brendan Gregg · 9 years ago
  73. 7bc5b99 add print_log2_hist() from #143 by Brendan Gregg · 9 years ago
  74. 0ab177f Merge remote-tracking branch 'upstream/master' by Brendan Gregg · 9 years ago
  75. 288e18e Shorten trace_readline_fields to trace_fields by Brenden Blanco · 9 years ago
  76. 7b9e5f1 Add BPF_HASH macro with variadic arguments by Brenden Blanco · 9 years ago
  77. 4135be2 Merge pull request #183 from iovisor/bblanco_dev by 4ast · 9 years ago
  78. 819334e Shorten trace_readline_fields to trace_fields by Brenden Blanco · 9 years ago
  79. a789867 Merge pull request #182 from brendangregg/master by Brenden Blanco · 9 years ago
  80. d21af64 simplify code using new features by Brendan Gregg · 9 years ago
  81. e79676a Merge pull request #181 from iovisor/bblanco_dev by 4ast · 9 years ago
  82. 6364047 The use of schedule+<offset> was unstable, remove it by Brenden Blanco · 9 years ago
  83. 3818914 Remove std::exception code from exception.h by Brenden Blanco · 9 years ago
  84. 974e891 Reorganize cmake files into dedicated cmake directory by Brenden Blanco · 9 years ago
  85. 5d89d5f Merge pull request #180 from iovisor/bblanco_dev by 4ast · 9 years ago
  86. 0031285 Some more minor updates to INSTALL and README by Brenden Blanco · 9 years ago
  87. 0d45b80 Add spec and build script used in fedora buildbot by Brenden Blanco · 9 years ago
  88. c07229e Minor updates to install doc and add dep to spec files by Brenden Blanco · 9 years ago
  89. 3232620 Updates to README and INSTALL documents by Brenden Blanco · 9 years ago
  90. 3df1288 Merge pull request #178 from iovisor/llvm_fixes by 4ast · 9 years ago
  91. 9226552 Merge pull request #177 from iovisor/bblanco_dev by 4ast · 9 years ago
  92. fdc027c Workaround for uninitialized union clang bug by Brenden Blanco · 9 years ago
  93. 3900144 Fix compiler warnings when using clang[++] by Brenden Blanco · 9 years ago
  94. 8d4fea8 Enhance check for presence of static-libstdc++ by Brenden Blanco · 9 years ago
  95. a11aab8 Merge pull request #176 from iovisor/bblanco_dev by 4ast · 9 years ago
  96. cab72b6 Include missed spec files in s/bpf/bcc/ rename by Brenden Blanco · 9 years ago
  97. c01f9ac Merge pull request #175 from iovisor/bblanco_dev by 4ast · 9 years ago
  98. c35989d Rename python module name to 'bcc' from 'bpf' by Brenden Blanco · 9 years ago
  99. fb18027 Merge pull request #174 from iovisor/bblanco_dev by yonghong-song · 9 years ago
  100. c234344 Add debian builder script that is versioned by Brenden Blanco · 9 years ago