1. 1abb069 Merge pull request #944 from derek0883/mybcc by 4ast · 8 years ago
  2. 6c99958 switch bcc to use single instance per bcc process, by Derek · 8 years ago
  3. 6004c32 Merge pull request #943 from edwardshao/topic/fix-docs-commit-link by 4ast · 8 years ago
  4. c2abf30 docs: fix "BPF attached to sockets" commit link by Edward Shao · 8 years ago
  5. c510eff Merge pull request #937 from netoptimizer/for_upstream01 by 4ast · 8 years ago
  6. e682846 docs: keep track of when prealloc of map elements were introduced by Jesper Dangaard Brouer · 8 years ago
  7. e1f7462 Merge pull request #935 from wcohen/wcohen/lua_opt by Brenden Blanco · 8 years ago
  8. ef91b6e Allow RPMS to be built on ppc64 and aarch64 by making luajit optional by William Cohen · 8 years ago
  9. 4a57f4d Merge pull request #928 from goldshtn/tp-data-loc by 4ast · 8 years ago
  10. 3ea6eee tplist: Don't ignore __data_loc fields by Sasha Goldshtein · 8 years ago
  11. c6aaaed tests: Add test for TP_DATA_LOC_READ_CONST by Sasha Goldshtein · 8 years ago
  12. b9545a5 cc: Support for __data_loc tracepoint fields by Sasha Goldshtein · 8 years ago
  13. b77915d Merge pull request #918 from derek0883/mybcc by 4ast · 8 years ago
  14. 227b5b9 enum bpf_probe_attach_type to CAPITAL by Derek · 8 years ago
  15. a112514 undo rebase by Derek · 8 years ago
  16. 199b341 Merge pull request #927 from rnav/powerpc-fixes by 4ast · 8 years ago
  17. 6267b29 powerpc: update the build triplet by Naveen N. Rao · 8 years ago
  18. be0d60b Merge branch 'mybcc' of https://github.com/derek0883/bcc into mybcc by Derek · 8 years ago
  19. 7174d93 keep 'enum bpf_attach_type' inside libbpf.h, renamed it to bpf_probe_attach_type by Derek · 8 years ago
  20. 6e08207 Fixed test case test_trace4.py error by Derek · 8 years ago
  21. e4da6c2 Handling multiple concurrent probe users. by Derek · 8 years ago
  22. 1f356ba rename event_name for lua by Derek · 8 years ago
  23. 35da3d0 rename event name in detach_uprobe/detach_uretprobe by Derek · 8 years ago
  24. 627611f rename event name in detach_kprobe/detach_kretprobe by Derek · 8 years ago
  25. 35c2501 Handling multiple concurrent probe users. by Derek · 8 years ago
  26. 727248b Merge pull request #926 from goldshtn/argdist-pid-fix by 4ast · 8 years ago
  27. 2485e28 Merge pull request #925 from goldshtn/cpudist-import-fix by 4ast · 8 years ago
  28. 655e3c3 argdist: Fix -p behavior to filter tgid and not pid by Sasha Goldshtein · 8 years ago
  29. 1e6df40 cpudist: remove unused Tracepoint import by Sasha Goldshtein · 8 years ago
  30. 4114d0d Fixed test case test_trace4.py error by Derek · 8 years ago
  31. fdd2389 Handling multiple concurrent probe users. by Derek · 8 years ago
  32. 1888c16 rename event_name for lua by Derek · 8 years ago
  33. c223353 rename event name in detach_uprobe/detach_uretprobe by Derek · 8 years ago
  34. c8846e5 rename event name in detach_kprobe/detach_kretprobe by Derek · 8 years ago
  35. 739581f Handling multiple concurrent probe users. by Derek · 8 years ago
  36. b79b589 Merge pull request #913 from iovisor/python23_percpu by 4ast · 8 years ago
  37. 8412963 Skip percpu testing on unsupported kernels by Brenden Blanco · 8 years ago
  38. 8338b3a Support for hotplug cpu cases in percpu array sizing by Brenden Blanco · 8 years ago
  39. bfc1375 Fix python2/3 incompatible percpu helpers by Brenden Blanco · 8 years ago
  40. f506be1 Merge pull request #914 from mkacik/master by 4ast · 8 years ago
  41. 9389ab4 [memleak] add parameter for specifying object to load malloc/free from by Maria Kacik · 8 years ago
  42. 3cc4c0a Merge pull request #911 from goldshtn/trace-params-signature by 4ast · 8 years ago
  43. e30eaec Merge pull request #909 from goldshtn/tp-str-fixes by 4ast · 8 years ago
  44. 23e72b8 trace: Allow function signatures in uprobes and kprobes by Sasha Goldshtein · 8 years ago
  45. dcf1675 trace, argdist: Fix code formatting nits by Sasha Goldshtein · 8 years ago
  46. b630092 trace: Use correct argument index and tgid for filters by Sasha Goldshtein · 8 years ago
  47. b9aec34 trace: Generated streq-helper to ignore null terminator by Sasha Goldshtein · 8 years ago
  48. fd44cd2 argdist: Generated streq-helper to ignore null terminator by Sasha Goldshtein · 8 years ago
  49. 50486ff tplist: Print one-based location and argument indices by Sasha Goldshtein · 8 years ago
  50. 7e78f3a Merge pull request #875 from pchaigno/target-process-library by 4ast · 8 years ago
  51. 9367ea5 Merge pull request #908 from Catalysts/cpu-iteration by 4ast · 8 years ago
  52. 7e0784d fix iteration over CPUs by Andreas Gerstmayr · 8 years ago
  53. ec9d42c Merge pull request #906 from goldshtn/valid-idents by Brendan Gregg · 8 years ago
  54. 81654bf cc: Dynamically allocate memory for library path by Paul Chaignon · 8 years ago
  55. 893ad2f cc: Use PID to detach uprobes by Paul Chaignon · 8 years ago
  56. 690b7e6 cc: Resolve library names using loaded libraries by Paul Chaignon · 8 years ago
  57. 3fa7ba1 argdist, trace: Support non-C identifier names by Sasha Goldshtein · 8 years ago
  58. 23e0de7 Merge pull request #904 from brendangregg/master by 4ast · 8 years ago
  59. 3482637 add some error hints by Brendan Gregg · 8 years ago
  60. 68ec110 Merge pull request #899 from brendangregg/tool2 by 4ast · 8 years ago
  61. ceb9089 Merge pull request #896 from brendangregg/tool1 by 4ast · 8 years ago
  62. a45d872 Merge pull request #897 from brendangregg/master by 4ast · 8 years ago
  63. 43e87c1 profile: increase unique stack default to 10k by Brendan Gregg · 8 years ago
  64. f4ce31a statsnoop: refactor by Brendan Gregg · 8 years ago
  65. 1655fcd Merge pull request #895 from brendangregg/master by 4ast · 8 years ago
  66. fdbebee trace: allow tracing of functions containing a dot (golang) by Brendan Gregg · 8 years ago
  67. b4f7843 gethostlatency: remove unused code by Brendan Gregg · 8 years ago
  68. 5fe89aa Merge pull request #894 from brendangregg/master by 4ast · 8 years ago
  69. b6035b6 add a few funccount examples by Brendan Gregg · 8 years ago
  70. d4fc95d Merge pull request #883 from ColinIanKing/master by 4ast · 8 years ago
  71. d75dfa1 Merge pull request #890 from mvbpolito/add_helpers by 4ast · 8 years ago
  72. a043d5c Merge pull request #889 from totally/preprocess_4.10 by 4ast · 8 years ago
  73. 19c37f8 Add missing helpers prototypes in helpers.h by Mauricio Vasquez B · 8 years ago
  74. bc43a29 Fixes bio{snoop,top} on 4.10. by Ryan Leary · 8 years ago
  75. e14519e Merge pull request #887 from rneugeba/cflags by Brenden Blanco · 8 years ago
  76. 5dfd199 Add -fno-stack-protector to CFLAGS by Rolf Neugebauer · 8 years ago
  77. 9a174ab Merge pull request #882 from mvbpolito/master by Brenden Blanco · 8 years ago
  78. 437ab7f Merge branch 'master' into master by Brenden Blanco · 8 years ago
  79. 53da672 Merge pull request #886 from iovisor/llvm_40_fixes by 4ast · 8 years ago
  80. 2d86204 Fixes for LLVM 4.0 and python3 by Brenden Blanco · 8 years ago
  81. cad093b snapcraft.yaml: fix typo in ttysnoop wrapper by Colin Ian King · 8 years ago
  82. ab9c7b7 snapcraft: add cpuunclaimed to snapcraft wrapper rules by Colin Ian King · 8 years ago
  83. eb6cdda Merge pull request #878 from iovisor/compat-4.10-update by Brenden Blanco · 8 years ago
  84. fc673a9 add missing inclusion guards in bcc/proto.h by Mauricio Vasquez B · 8 years ago
  85. 9d811a4 Use compat bpf_common.h for local clang build by Brenden Blanco · 8 years ago
  86. 8581e94 Update [virtual_]bpf.h to 4.10 by Brenden Blanco · 8 years ago
  87. aca14f3 Merge pull request #874 from pchaigno/fix-var by 4ast · 8 years ago
  88. f3a7281 Fix variable name by Paul Chaignon · 8 years ago
  89. 0abd93e Merge pull request #870 from brendangregg/master by 4ast · 8 years ago
  90. 0622365 fix comment in runqlen by Brendan Gregg · 8 years ago
  91. 3f3acd8 add cpuunclaimed by Brendan Gregg · 8 years ago
  92. dd5799b Merge pull request #835 from ColinIanKing/master by 4ast · 8 years ago
  93. 8b302d0 Merge pull request #867 from shodoco/extern by 4ast · 8 years ago
  94. b0788f2 fix company copyright by Huapeng Zhou · 8 years ago
  95. 6fae0aa Merge pull request #868 from shodoco/pin by 4ast · 8 years ago
  96. 37dcac0 add bpf_obj_pin/bpf_obj_get to pin/get bpf objects by Huapeng Zhou · 8 years ago
  97. d4a3baf do not close extern table when a module destructs by Huapeng Zhou · 8 years ago
  98. 35d6ff8 add table type to shared tables by Huapeng Zhou · 8 years ago
  99. ae8ae66 Merge pull request #863 from shodoco/master by Brenden Blanco · 8 years ago
  100. 7de67fc Merge branch 'master' into master by shodoco · 8 years ago