1. 9389ab4 [memleak] add parameter for specifying object to load malloc/free from by Maria Kacik · 8 years ago
  2. 3cc4c0a Merge pull request #911 from goldshtn/trace-params-signature by 4ast · 8 years ago
  3. e30eaec Merge pull request #909 from goldshtn/tp-str-fixes by 4ast · 8 years ago
  4. 23e72b8 trace: Allow function signatures in uprobes and kprobes by Sasha Goldshtein · 8 years ago
  5. dcf1675 trace, argdist: Fix code formatting nits by Sasha Goldshtein · 8 years ago
  6. b630092 trace: Use correct argument index and tgid for filters by Sasha Goldshtein · 8 years ago
  7. b9aec34 trace: Generated streq-helper to ignore null terminator by Sasha Goldshtein · 8 years ago
  8. fd44cd2 argdist: Generated streq-helper to ignore null terminator by Sasha Goldshtein · 8 years ago
  9. 50486ff tplist: Print one-based location and argument indices by Sasha Goldshtein · 8 years ago
  10. 7e78f3a Merge pull request #875 from pchaigno/target-process-library by 4ast · 8 years ago
  11. 9367ea5 Merge pull request #908 from Catalysts/cpu-iteration by 4ast · 8 years ago
  12. 7e0784d fix iteration over CPUs by Andreas Gerstmayr · 8 years ago
  13. ec9d42c Merge pull request #906 from goldshtn/valid-idents by Brendan Gregg · 8 years ago
  14. 81654bf cc: Dynamically allocate memory for library path by Paul Chaignon · 8 years ago
  15. 893ad2f cc: Use PID to detach uprobes by Paul Chaignon · 8 years ago
  16. 690b7e6 cc: Resolve library names using loaded libraries by Paul Chaignon · 8 years ago
  17. 3fa7ba1 argdist, trace: Support non-C identifier names by Sasha Goldshtein · 8 years ago
  18. 23e0de7 Merge pull request #904 from brendangregg/master by 4ast · 8 years ago
  19. 3482637 add some error hints by Brendan Gregg · 8 years ago
  20. 68ec110 Merge pull request #899 from brendangregg/tool2 by 4ast · 8 years ago
  21. ceb9089 Merge pull request #896 from brendangregg/tool1 by 4ast · 8 years ago
  22. a45d872 Merge pull request #897 from brendangregg/master by 4ast · 8 years ago
  23. 43e87c1 profile: increase unique stack default to 10k by Brendan Gregg · 8 years ago
  24. f4ce31a statsnoop: refactor by Brendan Gregg · 8 years ago
  25. 1655fcd Merge pull request #895 from brendangregg/master by 4ast · 8 years ago
  26. fdbebee trace: allow tracing of functions containing a dot (golang) by Brendan Gregg · 8 years ago
  27. b4f7843 gethostlatency: remove unused code by Brendan Gregg · 8 years ago
  28. 5fe89aa Merge pull request #894 from brendangregg/master by 4ast · 8 years ago
  29. b6035b6 add a few funccount examples by Brendan Gregg · 8 years ago
  30. d4fc95d Merge pull request #883 from ColinIanKing/master by 4ast · 8 years ago
  31. d75dfa1 Merge pull request #890 from mvbpolito/add_helpers by 4ast · 8 years ago
  32. a043d5c Merge pull request #889 from totally/preprocess_4.10 by 4ast · 8 years ago
  33. 19c37f8 Add missing helpers prototypes in helpers.h by Mauricio Vasquez B · 8 years ago
  34. bc43a29 Fixes bio{snoop,top} on 4.10. by Ryan Leary · 8 years ago
  35. e14519e Merge pull request #887 from rneugeba/cflags by Brenden Blanco · 8 years ago
  36. 5dfd199 Add -fno-stack-protector to CFLAGS by Rolf Neugebauer · 8 years ago
  37. 9a174ab Merge pull request #882 from mvbpolito/master by Brenden Blanco · 8 years ago
  38. 437ab7f Merge branch 'master' into master by Brenden Blanco · 8 years ago
  39. 53da672 Merge pull request #886 from iovisor/llvm_40_fixes by 4ast · 8 years ago
  40. 2d86204 Fixes for LLVM 4.0 and python3 by Brenden Blanco · 8 years ago
  41. cad093b snapcraft.yaml: fix typo in ttysnoop wrapper by Colin Ian King · 8 years ago
  42. ab9c7b7 snapcraft: add cpuunclaimed to snapcraft wrapper rules by Colin Ian King · 8 years ago
  43. eb6cdda Merge pull request #878 from iovisor/compat-4.10-update by Brenden Blanco · 8 years ago
  44. fc673a9 add missing inclusion guards in bcc/proto.h by Mauricio Vasquez B · 8 years ago
  45. 9d811a4 Use compat bpf_common.h for local clang build by Brenden Blanco · 8 years ago
  46. 8581e94 Update [virtual_]bpf.h to 4.10 by Brenden Blanco · 8 years ago
  47. aca14f3 Merge pull request #874 from pchaigno/fix-var by 4ast · 8 years ago
  48. f3a7281 Fix variable name by Paul Chaignon · 8 years ago
  49. 0abd93e Merge pull request #870 from brendangregg/master by 4ast · 8 years ago
  50. 0622365 fix comment in runqlen by Brendan Gregg · 8 years ago
  51. 3f3acd8 add cpuunclaimed by Brendan Gregg · 8 years ago
  52. dd5799b Merge pull request #835 from ColinIanKing/master by 4ast · 8 years ago
  53. 8b302d0 Merge pull request #867 from shodoco/extern by 4ast · 8 years ago
  54. b0788f2 fix company copyright by Huapeng Zhou · 8 years ago
  55. 6fae0aa Merge pull request #868 from shodoco/pin by 4ast · 8 years ago
  56. 37dcac0 add bpf_obj_pin/bpf_obj_get to pin/get bpf objects by Huapeng Zhou · 8 years ago
  57. d4a3baf do not close extern table when a module destructs by Huapeng Zhou · 8 years ago
  58. 35d6ff8 add table type to shared tables by Huapeng Zhou · 8 years ago
  59. ae8ae66 Merge pull request #863 from shodoco/master by Brenden Blanco · 8 years ago
  60. 7de67fc Merge branch 'master' into master by shodoco · 8 years ago
  61. a5ed723 Merge pull request #865 from goldshtn/trace-timestamp by 4ast · 8 years ago
  62. b2fe72f Merge pull request #774 from goldshtn/usdt-tools by 4ast · 8 years ago
  63. 49d50ba trace: -L, -t, -T switches by Sasha Goldshtein · 8 years ago
  64. d4a4248 uobjnew: Remove -l switch from examples by Sasha Goldshtein · 8 years ago
  65. 39ace6f uobjnew: Attach uprobe only to the requested process by Sasha Goldshtein · 8 years ago
  66. 0a5ea58 README: Add u* tools based on USDT probes by Sasha Goldshtein · 8 years ago
  67. af05e5a uflow: Add man page and companion examples file by Sasha Goldshtein · 8 years ago
  68. c0a6352 uthreads: Add man page and companion examples file by Sasha Goldshtein · 8 years ago
  69. 7160f8a uobjnew: Add man page and companion examples file by Sasha Goldshtein · 8 years ago
  70. ea77193 ugc: Add man page and companion examples file by Sasha Goldshtein · 8 years ago
  71. 070c1df ucalls: Add man page and companion examples file by Sasha Goldshtein · 8 years ago
  72. 5a9b154 ustat: Add man page and companion example file by Sasha Goldshtein · 8 years ago
  73. fb3c471 ustat: Graceful error handling by Sasha Goldshtein · 8 years ago
  74. d8c7f47 ustat: Replace \0 with spaces in cmdline by Sasha Goldshtein · 8 years ago
  75. e725b14 uflow: Trace method execution flow by Sasha Goldshtein · 8 years ago
  76. 087dd73 ustat: Change 'count' argument type to int by Sasha Goldshtein · 8 years ago
  77. 9f6d03b ustat: Sort by pid if no other sort column provided by Sasha Goldshtein · 8 years ago
  78. bee71b2 tools: Add block comments to u* scripts by Sasha Goldshtein · 8 years ago
  79. 1cba422 ustat: Activity stats from high-level languages by Sasha Goldshtein · 8 years ago
  80. 7040f44 python: Expose active probes from USDT object by Sasha Goldshtein · 8 years ago
  81. dfab8f5 python: Do not call USDT.get_text() twice by Sasha Goldshtein · 8 years ago
  82. 2e7e240 uobjnew: Summarize object allocations by Sasha Goldshtein · 8 years ago
  83. 6e5c621 ucalls: TODO reminder to probe C methods by Sasha Goldshtein · 8 years ago
  84. 4cebb42 ugc: Fix order of arguments in usage comment by Sasha Goldshtein · 8 years ago
  85. bf0cf12 uthreads: Add pthread support by Sasha Goldshtein · 8 years ago
  86. 989057d uthreads: Trace thread creation/destruction events by Sasha Goldshtein · 8 years ago
  87. a245c79 ucalls: Trace syscalls by Sasha Goldshtein · 8 years ago
  88. 8853347 ugc: Node support by Sasha Goldshtein · 8 years ago
  89. c0217a9 tools: Script skeletons by Sasha Goldshtein · 8 years ago
  90. ddef09a ugc: Add description messages for GC events by Sasha Goldshtein · 8 years ago
  91. e5d9d99 ugc: Monitor GC events in high-level languages by Sasha Goldshtein · 8 years ago
  92. c13d14f ucalls: Summarize method calls with USDT by Sasha Goldshtein · 8 years ago
  93. 98b9097 support macro in call arguments by Huapeng Zhou · 8 years ago
  94. 0107455 Merge pull request #862 from palmtenor/cppusdt by 4ast · 8 years ago
  95. 9840a7b Example of using USDT by Teng Qin · 8 years ago
  96. 6e68223 Add USDT support to C++ API by Teng Qin · 8 years ago
  97. 9476bff Define a constant for USDT program include header by Teng Qin · 8 years ago
  98. 96875c5 Add snapcraft script to package up bcc as a snap by Colin Ian King · 8 years ago
  99. 7151673 Merge pull request #861 from brendangregg/master by 4ast · 8 years ago
  100. e7427d9 Improve linear histogram limit, and improve error message. by Brendan Gregg · 8 years ago