1. d7a5ff0 range Python 2 -> 3 compatibility (#983) by Rafael F · 8 years ago
  2. 1a1f441 usdt: fix argument passing on python3 (#984) by Rafael F · 8 years ago
  3. 8ef6eb8 Update tutorial_bcc_python_developer.md (#1017) by Alan Thompson · 8 years ago
  4. 71600e7 Merge pull request #1020 from goldshtn/duplicate_modules by Brenden Blanco · 8 years ago
  5. 69948a6 cc: Don't parse the same module multiple times for USDT probes by Sasha Goldshtein · 8 years ago
  6. 601a13f Merge pull request #1015 from goldshtn/perfmap-retry by 4ast · 8 years ago
  7. cb06c97 Merge pull request #1002 from goldshtn/nested-symbols by 4ast · 8 years ago
  8. 4d0d430 Merge pull request #1012 from goldshtn/buildid-fix by 4ast · 8 years ago
  9. 88abfc6 Merge pull request #1014 from iovisor/test-debuginfo-fix by 4ast · 8 years ago
  10. 7b35436 Fix long running test_debuginfo and python3 fix by Brenden Blanco · 8 years ago
  11. 8a3fb6c cc: Retry symbol resolution using perfmap by Sasha Goldshtein · 8 years ago
  12. 3febfa4 Merge pull request #997 from markdrayton/perf-buffer-size by Brenden Blanco · 8 years ago
  13. 5f5687e Make perf ring buffer size configurable by Mark Drayton · 8 years ago
  14. cc0ff79 Merge pull request #1003 from ColinIanKing/master by Brenden Blanco · 8 years ago
  15. 757a6ec Merge pull request #1008 from pchaigno/support-macro by Brenden Blanco · 8 years ago
  16. c5c3b99 Support for macros in rewriter by Paul Chaignon · 8 years ago
  17. a075240 Merge pull request #994 from qmonnet/kernelfeatures by 4ast · 8 years ago
  18. 4953ab6 docs: Update eBPF features list by Quentin Monnet · 8 years ago
  19. 44a9813 snapcraft: add in some new tools missing from the snapcraft apps list by Colin Ian King · 8 years ago
  20. 01bb02c cc: Handle nested functions correctly when resolving symbols by Sasha Goldshtein · 8 years ago
  21. 7c965b3 Merge pull request #999 from markdrayton/perf-map-anon by 4ast · 8 years ago
  22. 1368508 Improve matching of file-backed memory mappings by Mark Drayton · 8 years ago
  23. 02884a0 Merge pull request #996 from markdrayton/fix-find-buildid by 4ast · 8 years ago
  24. b0a982b Merge pull request #995 from pchaigno/patch-1 by 4ast · 8 years ago
  25. f498e59 Fix "for loop initial declarations only in C99" compile error by Mark Drayton · 8 years ago
  26. 34baf12 Fix error in test instructions by Paul Chaignon · 8 years ago
  27. d60861a Merge pull request #967 from goldshtn/debuginfo by 4ast · 8 years ago
  28. 3abf7f5 tests: Test debuginfo through debuglink and build-id sections by Sasha Goldshtein · 8 years ago
  29. 03ab5e8 Fix symbol resolution by name (SymbolCache.resolve_name) by Sasha Goldshtein · 8 years ago
  30. 0155385 cc: Resolve symbols from external debuginfo by Sasha Goldshtein · 8 years ago
  31. 7d8c29c cc: Correctly treat PIE files as shared objects for symbols by Sasha Goldshtein · 8 years ago
  32. 1e34f4e trace: Migrate to new symbols API and remove addresses from stacks by Sasha Goldshtein · 8 years ago
  33. 2f78068 off{cpu,wake}time: Migrate to new symbols API and remove addresses by Sasha Goldshtein · 8 years ago
  34. b1bff01 uthreads: Migrate to new symbols API and include module name by Sasha Goldshtein · 8 years ago
  35. 2bf3ff3 stacksnoop: Migrate to new symbols API and remove addresses by Sasha Goldshtein · 8 years ago
  36. b9f8f4a stackcount: Migrate to new symbol resolution API by Sasha Goldshtein · 8 years ago
  37. 860823b profile: Migrate to new symbol API and remove addresses by Sasha Goldshtein · 8 years ago
  38. 49df994 memleak: Migrate to new symbols resolution API by Sasha Goldshtein · 8 years ago
  39. febed33 Simplify BCC symbol resolution API by Sasha Goldshtein · 8 years ago
  40. 98f5d4e Remove usyms.py and redundant ProcessSymbols class by Sasha Goldshtein · 8 years ago
  41. c8ba415 Merge pull request #988 from goldshtn/usdt-addressed-arg by 4ast · 8 years ago
  42. 0af31ef Merge pull request #992 from goldshtn/trace-argdist-usdt-arg by 4ast · 8 years ago
  43. 3a5256f trace, argdist: Treat small USDT arguments correctly by Sasha Goldshtein · 8 years ago
  44. 203fd27 Merge pull request #989 from pchaigno/fix-fd-leak by 4ast · 8 years ago
  45. 2919587 Fix file descriptor leak by Paul Chaignon · 8 years ago
  46. 8698bdb Support base + index * scale addressing for USDT arguments by Sasha Goldshtein · 8 years ago
  47. 0a34d1e Merge pull request #972 from r4f4/fix-llcstat by Brenden Blanco · 8 years ago
  48. eec0731 Merge pull request #970 from goldshtn/db-tools by Brendan Gregg · 8 years ago
  49. 232c305 Merge branch 'master' into db-tools by Brendan Gregg · 8 years ago
  50. 8ca91fc Merge pull request #971 from goldshtn/syscount by Brenden Blanco · 8 years ago
  51. 30aece2 Merge pull request #982 from irregulator/master by Brenden Blanco · 8 years ago
  52. 4ee5449 Adds zlib1g-dev Debian package build dependency by Alexandros · 8 years ago
  53. 8e583cc syscount: Summarize syscall counts and latencies by Sasha Goldshtein · 8 years ago
  54. 2161e75 README: Add dbstat and dbslower and minor fix-ups by Sasha Goldshtein · 8 years ago
  55. 2495698 dbstat: Collect histograms of MySQL/PostgreSQL query latencies by Sasha Goldshtein · 8 years ago
  56. dd37d63 dbslower: MySQL/PostgreSQL query tracing tool by Sasha Goldshtein · 8 years ago
  57. 5f354e5 Merge pull request #974 from r4f4/fix-undo by Brenden Blanco · 8 years ago
  58. af236e7 Revert "undo rebase" by Rafael Fonseca · 8 years ago
  59. a46c36a Merge pull request #969 from goldshtn/clock-monotonic by Brenden Blanco · 8 years ago
  60. f2e6b8d llcstat: fix TypeError on python3 by Rafael Fonseca · 8 years ago
  61. 63c9d94 Merge pull request #968 from mslusarz/deb-pkg-config by Brenden Blanco · 8 years ago
  62. 84331b3 Add pkg-config file to Debian packages. by Marcin Ślusarz · 8 years ago
  63. e105d53 Merge pull request #942 from r4f4/fix-filetop by Brenden Blanco · 8 years ago
  64. 2939265 filetop: Fix TypeError by not mixing bytes and str. by Rafael Fonseca · 8 years ago
  65. 9da5a97 Merge pull request #871 from zhiyisun/patch by Brenden Blanco · 8 years ago
  66. c063fc4 Merge branch 'master' into patch by Brenden Blanco · 8 years ago
  67. afb19da Merge pull request #949 from ShelbyFrances/trace_enhancements by Brenden Blanco · 8 years ago
  68. 9bd4699 Merge pull request #956 from r4f4/fix-ucalls by Brenden Blanco · 8 years ago
  69. 372d1ff Merge pull request #965 from r4f4/fix-tools-py2 by Brenden Blanco · 8 years ago
  70. 06a1c85 Merge pull request #920 from pchaigno/pid-filter-gethostlatency by Brendan Gregg · 8 years ago
  71. edca17a gethostlatency: Filter on PID by Paul Chaignon · 8 years ago
  72. 5472dbc Merge pull request #964 from goldshtn/utools-missing-probes by 4ast · 8 years ago
  73. 69abacc tools: Document use of -I <path> in trace, argdist by ShelbyFrances · 8 years ago
  74. f5dbbdb tools: support -I abspath in trace, argdist by ShelbyFrances · 8 years ago
  75. 86cd535 tools/trace: Document DSO tracing in tools/trace_example.txt by ShelbyFrances · 8 years ago
  76. dc3a57c u* tools: Gracefully handle missing probes by Sasha Goldshtein · 8 years ago
  77. 6e1fac4 Merge pull request #963 from goldshtn/utools-php by 4ast · 8 years ago
  78. 0ea2ffa Merge pull request #961 from goldshtn/ugc-filters by 4ast · 8 years ago
  79. c465a24 fixes #962 - fix lambda on both py2 and py3 by Rafael Fonseca · 8 years ago
  80. 0d66906 ucalls: fix lambda syntax on python3 by Rafael Fonseca · 8 years ago
  81. 42900ae ucalls: fix map behaviour on python3 by Rafael Fonseca · 8 years ago
  82. e5d33df cc: Fix SEGV when there is no build-id section by Sasha Goldshtein · 8 years ago
  83. 5467ccf Merge pull request #959 from r4f4/fix-uobjnew by Brenden Blanco · 8 years ago
  84. 77d5273 Merge pull request #953 from Appdynamics/master by Brenden Blanco · 8 years ago
  85. 573a5d4 ustat: fix lambda syntax on python3. by Rafael Fonseca · 8 years ago
  86. 058c46f uobjnew: fix lambda syntax in python3 by Rafael Fonseca · 8 years ago
  87. 3d98151 usdt: convert text from bytes to str by Rafael Fonseca · 8 years ago
  88. 738a617 Merge pull request #958 from iovisor/dpkg-deb-compress by 4ast · 8 years ago
  89. 7a46276 Use fast compression in test deb builds by Brenden Blanco · 8 years ago
  90. 74155c5 Merge pull request #957 from iovisor/misc_fixes by 4ast · 8 years ago
  91. dacb8ad python3 compat: tracepoint fixes by Brenden Blanco · 8 years ago
  92. 341ec67 python3 compat: add missing str->bytes conversion by Brenden Blanco · 8 years ago
  93. bc93238 Fix for test_log_buf to work with python3 by Brenden Blanco · 8 years ago
  94. 7f1c3b2 Style fixes for loader.cc by Brenden Blanco · 8 years ago
  95. 1e93ccf Use builtin clang::CompilerInvocation object by Brenden Blanco · 8 years ago
  96. 9c8c969 Explicitly mark b functions as nounwind by Brenden Blanco · 8 years ago
  97. fddd69a Mark additional helper function as inline by Brenden Blanco · 8 years ago
  98. 3a3b0f9 Merge pull request #916 from pchaigno/use-pid-to-resolve-lib by Brenden Blanco · 8 years ago
  99. 6a94f77 Merge pull request #951 from r4f4/fix-trace-py3 by Brenden Blanco · 8 years ago
  100. 9b1916f Merge pull request #952 from ColinIanKing/master by Brenden Blanco · 8 years ago