1. f7ab443 argdist: Exit with nonzero return code on error by Sasha Goldshtein · 8 years ago
  2. d11179d mdflush: Add missing #include <linux/bio.h> by Sasha Goldshtein · 8 years ago
  3. e0bcd3f offwaketime: Add u+x permission by Sasha Goldshtein · 8 years ago
  4. 40b881c Merge pull request #1023 from dneiter/filetop_sort by 4ast · 8 years ago
  5. 956ca1c Travis CI build to check compliance with PEP8 (#987) by Paul Chaignon · 8 years ago
  6. 0a2a46e offwaketime.py for older kernels (#977) by Brendan Gregg · 8 years ago
  7. d7a5ff0 range Python 2 -> 3 compatibility (#983) by Rafael F · 8 years ago
  8. caa38c5 filetop: support specifying sort column via cmdline argument by Daniel Neiter · 8 years ago
  9. 5f5687e Make perf ring buffer size configurable by Mark Drayton · 8 years ago
  10. 0155385 cc: Resolve symbols from external debuginfo by Sasha Goldshtein · 8 years ago
  11. 1e34f4e trace: Migrate to new symbols API and remove addresses from stacks by Sasha Goldshtein · 8 years ago
  12. 2f78068 off{cpu,wake}time: Migrate to new symbols API and remove addresses by Sasha Goldshtein · 8 years ago
  13. b1bff01 uthreads: Migrate to new symbols API and include module name by Sasha Goldshtein · 8 years ago
  14. 2bf3ff3 stacksnoop: Migrate to new symbols API and remove addresses by Sasha Goldshtein · 8 years ago
  15. b9f8f4a stackcount: Migrate to new symbol resolution API by Sasha Goldshtein · 8 years ago
  16. 860823b profile: Migrate to new symbol API and remove addresses by Sasha Goldshtein · 8 years ago
  17. 49df994 memleak: Migrate to new symbols resolution API by Sasha Goldshtein · 8 years ago
  18. 3a5256f trace, argdist: Treat small USDT arguments correctly by Sasha Goldshtein · 8 years ago
  19. 0a34d1e Merge pull request #972 from r4f4/fix-llcstat by Brenden Blanco · 8 years ago
  20. 232c305 Merge branch 'master' into db-tools by Brendan Gregg · 8 years ago
  21. 8e583cc syscount: Summarize syscall counts and latencies by Sasha Goldshtein · 8 years ago
  22. 2495698 dbstat: Collect histograms of MySQL/PostgreSQL query latencies by Sasha Goldshtein · 8 years ago
  23. dd37d63 dbslower: MySQL/PostgreSQL query tracing tool by Sasha Goldshtein · 8 years ago
  24. af236e7 Revert "undo rebase" by Rafael Fonseca · 8 years ago
  25. f2e6b8d llcstat: fix TypeError on python3 by Rafael Fonseca · 8 years ago
  26. 2939265 filetop: Fix TypeError by not mixing bytes and str. by Rafael Fonseca · 8 years ago
  27. afb19da Merge pull request #949 from ShelbyFrances/trace_enhancements by Brenden Blanco · 8 years ago
  28. 9bd4699 Merge pull request #956 from r4f4/fix-ucalls by Brenden Blanco · 8 years ago
  29. 372d1ff Merge pull request #965 from r4f4/fix-tools-py2 by Brenden Blanco · 8 years ago
  30. edca17a gethostlatency: Filter on PID by Paul Chaignon · 8 years ago
  31. 69abacc tools: Document use of -I <path> in trace, argdist by ShelbyFrances · 8 years ago
  32. f5dbbdb tools: support -I abspath in trace, argdist by ShelbyFrances · 8 years ago
  33. 86cd535 tools/trace: Document DSO tracing in tools/trace_example.txt by ShelbyFrances · 8 years ago
  34. dc3a57c u* tools: Gracefully handle missing probes by Sasha Goldshtein · 8 years ago
  35. 6e1fac4 Merge pull request #963 from goldshtn/utools-php by 4ast · 8 years ago
  36. c465a24 fixes #962 - fix lambda on both py2 and py3 by Rafael Fonseca · 8 years ago
  37. 0d66906 ucalls: fix lambda syntax on python3 by Rafael Fonseca · 8 years ago
  38. 42900ae ucalls: fix map behaviour on python3 by Rafael Fonseca · 8 years ago
  39. 573a5d4 ustat: fix lambda syntax on python3. by Rafael Fonseca · 8 years ago
  40. 058c46f uobjnew: fix lambda syntax in python3 by Rafael Fonseca · 8 years ago
  41. 3a3b0f9 Merge pull request #916 from pchaigno/use-pid-to-resolve-lib by Brenden Blanco · 8 years ago
  42. 6a94f77 Merge pull request #951 from r4f4/fix-trace-py3 by Brenden Blanco · 8 years ago
  43. 838ad4b tplist: don't fail if no verbosity is supplied by Rafael Fonseca · 8 years ago
  44. 60c4192 Update tools to use new BPF.monotonic_time method by Sasha Goldshtein · 8 years ago
  45. cfb5ee7 u* tools: PHP support by Sasha Goldshtein · 8 years ago
  46. aee5ecf trace: fix for python3 by Rafael Fonseca · 8 years ago
  47. c325200 ugc: Add -M for minimum time and -F for text filtering by Sasha Goldshtein · 8 years ago
  48. c44e92c Address round 2 of comments in https://github.com/iovisor/bcc/pull/936 by Kenny Yu · 8 years ago
  49. d07b759 Fix a few small typos by Kenny Yu · 8 years ago
  50. e7dff43 Address comments from https://github.com/iovisor/bcc/pull/936 by Kenny Yu · 8 years ago
  51. 66fb4d2 tools: add tool to detect potential deadlocks in running programs by Kenny Yu · 8 years ago
  52. 3ea6eee tplist: Don't ignore __data_loc fields by Sasha Goldshtein · 8 years ago
  53. a112514 undo rebase by Derek · 8 years ago
  54. 727248b Merge pull request #926 from goldshtn/argdist-pid-fix by 4ast · 8 years ago
  55. 655e3c3 argdist: Fix -p behavior to filter tgid and not pid by Sasha Goldshtein · 8 years ago
  56. 1e6df40 cpudist: remove unused Tracepoint import by Sasha Goldshtein · 8 years ago
  57. d73c58f Use PID to resolve path of target libraries by Paul Chaignon · 8 years ago
  58. 9389ab4 [memleak] add parameter for specifying object to load malloc/free from by Maria Kacik · 8 years ago
  59. 3cc4c0a Merge pull request #911 from goldshtn/trace-params-signature by 4ast · 8 years ago
  60. 23e72b8 trace: Allow function signatures in uprobes and kprobes by Sasha Goldshtein · 8 years ago
  61. dcf1675 trace, argdist: Fix code formatting nits by Sasha Goldshtein · 8 years ago
  62. b630092 trace: Use correct argument index and tgid for filters by Sasha Goldshtein · 8 years ago
  63. b9aec34 trace: Generated streq-helper to ignore null terminator by Sasha Goldshtein · 8 years ago
  64. fd44cd2 argdist: Generated streq-helper to ignore null terminator by Sasha Goldshtein · 8 years ago
  65. 50486ff tplist: Print one-based location and argument indices by Sasha Goldshtein · 8 years ago
  66. 3fa7ba1 argdist, trace: Support non-C identifier names by Sasha Goldshtein · 8 years ago
  67. 68ec110 Merge pull request #899 from brendangregg/tool2 by 4ast · 8 years ago
  68. ceb9089 Merge pull request #896 from brendangregg/tool1 by 4ast · 8 years ago
  69. 43e87c1 profile: increase unique stack default to 10k by Brendan Gregg · 8 years ago
  70. f4ce31a statsnoop: refactor by Brendan Gregg · 8 years ago
  71. fdbebee trace: allow tracing of functions containing a dot (golang) by Brendan Gregg · 8 years ago
  72. b4f7843 gethostlatency: remove unused code by Brendan Gregg · 8 years ago
  73. b6035b6 add a few funccount examples by Brendan Gregg · 8 years ago
  74. bc43a29 Fixes bio{snoop,top} on 4.10. by Ryan Leary · 8 years ago
  75. 2d86204 Fixes for LLVM 4.0 and python3 by Brenden Blanco · 8 years ago
  76. 0622365 fix comment in runqlen by Brendan Gregg · 8 years ago
  77. 3f3acd8 add cpuunclaimed by Brendan Gregg · 8 years ago
  78. a5ed723 Merge pull request #865 from goldshtn/trace-timestamp by 4ast · 8 years ago
  79. 49d50ba trace: -L, -t, -T switches by Sasha Goldshtein · 8 years ago
  80. d4a4248 uobjnew: Remove -l switch from examples by Sasha Goldshtein · 8 years ago
  81. 39ace6f uobjnew: Attach uprobe only to the requested process by Sasha Goldshtein · 8 years ago
  82. af05e5a uflow: Add man page and companion examples file by Sasha Goldshtein · 8 years ago
  83. c0a6352 uthreads: Add man page and companion examples file by Sasha Goldshtein · 8 years ago
  84. 7160f8a uobjnew: Add man page and companion examples file by Sasha Goldshtein · 8 years ago
  85. ea77193 ugc: Add man page and companion examples file by Sasha Goldshtein · 8 years ago
  86. 070c1df ucalls: Add man page and companion examples file by Sasha Goldshtein · 8 years ago
  87. 5a9b154 ustat: Add man page and companion example file by Sasha Goldshtein · 8 years ago
  88. fb3c471 ustat: Graceful error handling by Sasha Goldshtein · 8 years ago
  89. d8c7f47 ustat: Replace \0 with spaces in cmdline by Sasha Goldshtein · 8 years ago
  90. e725b14 uflow: Trace method execution flow by Sasha Goldshtein · 8 years ago
  91. 087dd73 ustat: Change 'count' argument type to int by Sasha Goldshtein · 8 years ago
  92. 9f6d03b ustat: Sort by pid if no other sort column provided by Sasha Goldshtein · 8 years ago
  93. bee71b2 tools: Add block comments to u* scripts by Sasha Goldshtein · 8 years ago
  94. 1cba422 ustat: Activity stats from high-level languages by Sasha Goldshtein · 8 years ago
  95. 2e7e240 uobjnew: Summarize object allocations by Sasha Goldshtein · 8 years ago
  96. 6e5c621 ucalls: TODO reminder to probe C methods by Sasha Goldshtein · 8 years ago
  97. 4cebb42 ugc: Fix order of arguments in usage comment by Sasha Goldshtein · 8 years ago
  98. bf0cf12 uthreads: Add pthread support by Sasha Goldshtein · 8 years ago
  99. 989057d uthreads: Trace thread creation/destruction events by Sasha Goldshtein · 8 years ago
  100. a245c79 ucalls: Trace syscalls by Sasha Goldshtein · 8 years ago