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