1. 53baff2 Add bpf_get_prandom_u32 to helpers by Brenden Blanco · 9 years ago
  2. efbc28c Fix python map.items() racing with bpf delete by Brenden Blanco · 9 years ago
  3. 3935409 Support array and pointer types in scanf generated function by Brenden Blanco · 9 years ago
  4. aa1e6ca Merge pull request #343 from ceeaspb/master by Brenden Blanco · 9 years ago
  5. fe88425 Merge pull request #340 from linuxfood/master by Brenden Blanco · 9 years ago
  6. 3b9679a trawl typos with aspell by Alex Bagehot · 9 years ago
  7. 856b177 Fix segfault in ~BPFModule on syntax error by Brenden Blanco · 9 years ago
  8. 5e94097 Add bpf_module.h to CMakeLists.txt by Brian Smith · 9 years ago
  9. 597b0e3 Reorder P4 struct key initializers and blocks by Brenden Blanco · 9 years ago
  10. c0c6da7 Fixup objdump calling syntax and add docstrings by Brenden Blanco · 9 years ago
  11. 7468195 Fixes for address calculation by Brenden Blanco · 9 years ago
  12. 948cefe Add python support for attaching bpf programs to uprobes by Brenden Blanco · 9 years ago
  13. 68e2d14 Add libbpf.c support for uprobes by Brenden Blanco · 9 years ago
  14. 5bd0eb2 Updates to use cmake GLOB and libbcc.so.0 in python init by Brenden Blanco · 9 years ago
  15. d83192d Close fd and unshare when public map is destructed by Brenden Blanco · 9 years ago
  16. ab81ef2 Rename BPF_EXPORT to BPF_TABLE_PUBLIC by Brenden Blanco · 9 years ago
  17. 89978ba Add ability to export maps, enables cross-program sharing by Brenden Blanco · 9 years ago
  18. 9358850 Add ability to set custom cflags when loading programs by Brenden Blanco · 9 years ago
  19. 78db178 Remove runtime dependency on gcc stdarg headers and make by Brenden Blanco · 9 years ago
  20. 4b1c3dc Drop broken p4/docs symlink and create README.md+URL by Brenden Blanco · 9 years ago
  21. fe88e5a Improve json type support for misc struct/union types by Brenden Blanco · 9 years ago
  22. 743055c make sure LDFLAGS are propagated as well by Alexei Starovoitov · 9 years ago
  23. 2739fdf Fix breakage from LLVM 3.8 API change by Brenden Blanco · 9 years ago
  24. 467baf4 fixed bugs in control-flow generation by Mihai Budiu · 9 years ago
  25. 4b4bd27 Automatically bump memlock ulimit by Brenden Blanco · 9 years ago
  26. 55d6711 added P4 deparser synthesis by Brenden Blanco · 9 years ago
  27. 80667b7 Fix unary operator handling of probe reads with parens by Brenden Blanco · 9 years ago
  28. 576dc07 Fixes #287 - build process assumes python cmd by troyengel · 9 years ago
  29. e3c57ce Add bpf() syscall feature check and readme update by Brenden Blanco · 9 years ago
  30. 1d75282 Disable custom perf output support in older kernels by Brenden Blanco · 9 years ago
  31. aeca6bf Let perf_output be always per-cpu by Brenden Blanco · 9 years ago
  32. 7598249 Add per-cpu parameters to buffered perf output by Brenden Blanco · 9 years ago
  33. d0daf6a Add perf_output support for high rate events by Brenden Blanco · 9 years ago
  34. 33d0003 Update compat bpf.h with 4.4 features by Brenden Blanco · 9 years ago
  35. 4bcd220 Change indentation in bpf/helpers.h by Brenden Blanco · 9 years ago
  36. bf96d37 Python: fix detach_kprobe() by Dr.Z · 9 years ago
  37. a411093 perf_reader: allow more than one reader to poll by Dr.Z · 9 years ago
  38. f8eb545 perf_reader : add timeout argument to perf_reader_poll by SunKyu · 9 years ago
  39. d0c3181 Make KeyboardInterrupt catch more aggressive by Brenden Blanco · 9 years ago
  40. 0d93605 Avoid infinite loops in BPF.Table destructor by Brenden Blanco · 9 years ago
  41. 14915e0 Support iterating from a 0-filled table key by Brenden Blanco · 9 years ago
  42. c48ab4b Don't treat fundamentally typed args as needing probe_read by Brenden Blanco · 9 years ago
  43. 74adb73 Mask function calls from influencing probe_read by Brenden Blanco · 9 years ago
  44. c61e75b Add check for fd < 0 in perf_reader_free by Brenden Blanco · 9 years ago
  45. 8207d10 Add ability to consume perf events in python by Brenden Blanco · 9 years ago
  46. 6df2b0e Add custom formatter function to print_log2_hist by Brenden Blanco · 9 years ago
  47. 6ceb251 A more suitable function mame by Suchakra Sharma · 9 years ago
  48. 0bde502 Merge branch 'master' into open_probes by Suchakra Sharma · 9 years ago
  49. 416613a Helper to get open k[ret]probes. Fixes #236 by Suchakra Sharma · 9 years ago
  50. 6255f1f Add support for char[N] as a histogram key by Brenden Blanco · 9 years ago
  51. f0b15c4 Add BPF_HISTOGRAM type and print support by Brenden Blanco · 9 years ago
  52. ea5023a Add pointer dereference support to probe_read by Brenden Blanco · 9 years ago
  53. 9f90a74 initial prototype P4->EBPF compiler by Mihai Budiu · 9 years ago
  54. 6470bbe Use GNUInstallDirs for LIBDIR variable by Brenden Blanco · 9 years ago
  55. 8f63810 add bpf_log2 functions by Brendan Gregg · 9 years ago
  56. 8ed57a2 Add support for static helper functions by Brenden Blanco · 9 years ago
  57. 9518e74 Fix probe reads on char[] types by Brenden Blanco · 9 years ago
  58. 70fa0a1 Translate multiple pointer dereference into bpr_probe_read by Brenden Blanco · 9 years ago
  59. a12a521 rename ebpf method to dump_func by Rich Lane · 9 years ago
  60. f631b0e add ebpf method to retrieve bytecode by Rich Lane · 9 years ago
  61. 3ef9ef3 Don't include git tag in .so suffix by Brenden Blanco · 9 years ago
  62. 0a0d109 Add clang command line invocation to debug=0x4 by Brenden Blanco · 9 years ago
  63. 32097d9 Always autoload k[ret]probe__ prefixed functions by Brenden Blanco · 9 years ago
  64. 7e71aef Improve coverage for kprobe event_re by Brenden Blanco · 9 years ago
  65. b5aba54 Typo in retprobe case of _trace_autoload by Brenden Blanco · 9 years ago
  66. ab660b3 Autoload kprobes for all types of trace_* functions by Brenden Blanco · 9 years ago
  67. 0ac26e8 Fix breakage in bpf_probe_read from #196 by Brenden Blanco · 9 years ago
  68. 3c4a29c Fix the inline replace of kprobe args by Brenden Blanco · 9 years ago
  69. b13426c Add debug flag for printing rewritten C text by Brenden Blanco · 9 years ago
  70. e12a95d Denote auto-loading with k[ret]probe__ prefix by Brenden Blanco · 9 years ago
  71. afea5ed Change auto-loading behavior of trace_print by Brenden Blanco · 9 years ago
  72. 4fd308f Support automatic kprobe event detection in common case by Brenden Blanco · 9 years ago
  73. 2a01f7c Suppress None return when trace_pipe drops lines by Brenden Blanco · 9 years ago
  74. 79553c2 Merge pull request #184 from iovisor/bblanco_dev by Brenden Blanco · 9 years ago
  75. 7bc5b99 add print_log2_hist() from #143 by Brendan Gregg · 9 years ago
  76. 288e18e Shorten trace_readline_fields to trace_fields by Brenden Blanco · 9 years ago
  77. 7b9e5f1 Add BPF_HASH macro with variadic arguments by Brenden Blanco · 9 years ago
  78. 819334e Shorten trace_readline_fields to trace_fields by Brenden Blanco · 9 years ago
  79. 3818914 Remove std::exception code from exception.h by Brenden Blanco · 9 years ago
  80. 3df1288 Merge pull request #178 from iovisor/llvm_fixes by 4ast · 9 years ago
  81. fdc027c Workaround for uninitialized union clang bug by Brenden Blanco · 9 years ago
  82. 3900144 Fix compiler warnings when using clang[++] by Brenden Blanco · 9 years ago
  83. 8d4fea8 Enhance check for presence of static-libstdc++ by Brenden Blanco · 9 years ago
  84. c35989d Rename python module name to 'bcc' from 'bpf' by Brenden Blanco · 9 years ago
  85. 952b3a3 provide ksym() and ksymaddr() by Brendan Gregg · 9 years ago
  86. bd8fea4 Add proper debian build support by Brenden Blanco · 9 years ago
  87. 254264a Fix print() breakage in python 2.7 environments by Brenden Blanco · 9 years ago
  88. 81a783a Add debug flag to enable prints from kernel verifier by Brenden Blanco · 9 years ago
  89. 5a888c7 Add regex support to attach_k[ret]probe by Brenden Blanco · 9 years ago
  90. 022f3d7 Add field support to trace_print and friends by Brenden Blanco · 9 years ago
  91. 8e40c23 Fix map.clear() usage for array type maps by Brenden Blanco · 9 years ago
  92. 4101d2e Add BPF python helpers for reading trace_pipe by Brenden Blanco · 9 years ago
  93. 01ef55f Add getitem api to BPF object to reference tables by Brenden Blanco · 9 years ago
  94. 5eef65e Change API of attach_kprobe to take a name argument by Brenden Blanco · 9 years ago
  95. 29cd8bf Add format string argument to bpf-run by Brenden Blanco · 9 years ago
  96. f1edfe4 Add bpf-run command line tool by Brenden Blanco · 9 years ago
  97. 2582ecf Add testing for scanf/printf in python, deprecate table_update by Brenden Blanco · 9 years ago
  98. f8ee5bf Add sscanf C api for parsing key/leaf ascii to binary by Brenden Blanco · 9 years ago
  99. a328d23 Support nested rewrite of trace arguments in bpf_trace_printk by Brenden Blanco · 9 years ago
  100. 4a09dd5 Add printf key/leaf writer functionality by Brenden Blanco · 9 years ago