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