1. 49df994 memleak: Migrate to new symbols resolution API by Sasha Goldshtein · 8 years ago
  2. febed33 Simplify BCC symbol resolution API by Sasha Goldshtein · 8 years ago
  3. 98f5d4e Remove usyms.py and redundant ProcessSymbols class by Sasha Goldshtein · 8 years ago
  4. c8ba415 Merge pull request #988 from goldshtn/usdt-addressed-arg by 4ast · 8 years ago
  5. 0af31ef Merge pull request #992 from goldshtn/trace-argdist-usdt-arg by 4ast · 8 years ago
  6. 3a5256f trace, argdist: Treat small USDT arguments correctly by Sasha Goldshtein · 8 years ago
  7. 203fd27 Merge pull request #989 from pchaigno/fix-fd-leak by 4ast · 8 years ago
  8. 2919587 Fix file descriptor leak by Paul Chaignon · 8 years ago
  9. 8698bdb Support base + index * scale addressing for USDT arguments by Sasha Goldshtein · 8 years ago
  10. 0a34d1e Merge pull request #972 from r4f4/fix-llcstat by Brenden Blanco · 8 years ago
  11. eec0731 Merge pull request #970 from goldshtn/db-tools by Brendan Gregg · 8 years ago
  12. 232c305 Merge branch 'master' into db-tools by Brendan Gregg · 8 years ago
  13. 8ca91fc Merge pull request #971 from goldshtn/syscount by Brenden Blanco · 8 years ago
  14. 30aece2 Merge pull request #982 from irregulator/master by Brenden Blanco · 8 years ago
  15. 4ee5449 Adds zlib1g-dev Debian package build dependency by Alexandros · 8 years ago
  16. 8e583cc syscount: Summarize syscall counts and latencies by Sasha Goldshtein · 8 years ago
  17. 2161e75 README: Add dbstat and dbslower and minor fix-ups by Sasha Goldshtein · 8 years ago
  18. 2495698 dbstat: Collect histograms of MySQL/PostgreSQL query latencies by Sasha Goldshtein · 8 years ago
  19. dd37d63 dbslower: MySQL/PostgreSQL query tracing tool by Sasha Goldshtein · 8 years ago
  20. 5f354e5 Merge pull request #974 from r4f4/fix-undo by Brenden Blanco · 8 years ago
  21. af236e7 Revert "undo rebase" by Rafael Fonseca · 8 years ago
  22. a46c36a Merge pull request #969 from goldshtn/clock-monotonic by Brenden Blanco · 8 years ago
  23. f2e6b8d llcstat: fix TypeError on python3 by Rafael Fonseca · 8 years ago
  24. 63c9d94 Merge pull request #968 from mslusarz/deb-pkg-config by Brenden Blanco · 8 years ago
  25. 84331b3 Add pkg-config file to Debian packages. by Marcin Ślusarz · 8 years ago
  26. e105d53 Merge pull request #942 from r4f4/fix-filetop by Brenden Blanco · 8 years ago
  27. 2939265 filetop: Fix TypeError by not mixing bytes and str. by Rafael Fonseca · 8 years ago
  28. 9da5a97 Merge pull request #871 from zhiyisun/patch by Brenden Blanco · 8 years ago
  29. c063fc4 Merge branch 'master' into patch by Brenden Blanco · 8 years ago
  30. afb19da Merge pull request #949 from ShelbyFrances/trace_enhancements by Brenden Blanco · 8 years ago
  31. 9bd4699 Merge pull request #956 from r4f4/fix-ucalls by Brenden Blanco · 8 years ago
  32. 372d1ff Merge pull request #965 from r4f4/fix-tools-py2 by Brenden Blanco · 8 years ago
  33. 06a1c85 Merge pull request #920 from pchaigno/pid-filter-gethostlatency by Brendan Gregg · 8 years ago
  34. edca17a gethostlatency: Filter on PID by Paul Chaignon · 8 years ago
  35. 5472dbc Merge pull request #964 from goldshtn/utools-missing-probes by 4ast · 8 years ago
  36. 69abacc tools: Document use of -I <path> in trace, argdist by ShelbyFrances · 8 years ago
  37. f5dbbdb tools: support -I abspath in trace, argdist by ShelbyFrances · 8 years ago
  38. 86cd535 tools/trace: Document DSO tracing in tools/trace_example.txt by ShelbyFrances · 8 years ago
  39. dc3a57c u* tools: Gracefully handle missing probes by Sasha Goldshtein · 8 years ago
  40. 6e1fac4 Merge pull request #963 from goldshtn/utools-php by 4ast · 8 years ago
  41. 0ea2ffa Merge pull request #961 from goldshtn/ugc-filters by 4ast · 8 years ago
  42. c465a24 fixes #962 - fix lambda on both py2 and py3 by Rafael Fonseca · 8 years ago
  43. 0d66906 ucalls: fix lambda syntax on python3 by Rafael Fonseca · 8 years ago
  44. 42900ae ucalls: fix map behaviour on python3 by Rafael Fonseca · 8 years ago
  45. 5467ccf Merge pull request #959 from r4f4/fix-uobjnew by Brenden Blanco · 8 years ago
  46. 77d5273 Merge pull request #953 from Appdynamics/master by Brenden Blanco · 8 years ago
  47. 573a5d4 ustat: fix lambda syntax on python3. by Rafael Fonseca · 8 years ago
  48. 058c46f uobjnew: fix lambda syntax in python3 by Rafael Fonseca · 8 years ago
  49. 3d98151 usdt: convert text from bytes to str by Rafael Fonseca · 8 years ago
  50. 738a617 Merge pull request #958 from iovisor/dpkg-deb-compress by 4ast · 8 years ago
  51. 7a46276 Use fast compression in test deb builds by Brenden Blanco · 8 years ago
  52. 74155c5 Merge pull request #957 from iovisor/misc_fixes by 4ast · 8 years ago
  53. dacb8ad python3 compat: tracepoint fixes by Brenden Blanco · 8 years ago
  54. 341ec67 python3 compat: add missing str->bytes conversion by Brenden Blanco · 8 years ago
  55. bc93238 Fix for test_log_buf to work with python3 by Brenden Blanco · 8 years ago
  56. 7f1c3b2 Style fixes for loader.cc by Brenden Blanco · 8 years ago
  57. 1e93ccf Use builtin clang::CompilerInvocation object by Brenden Blanco · 8 years ago
  58. 9c8c969 Explicitly mark b functions as nounwind by Brenden Blanco · 8 years ago
  59. fddd69a Mark additional helper function as inline by Brenden Blanco · 8 years ago
  60. 3a3b0f9 Merge pull request #916 from pchaigno/use-pid-to-resolve-lib by Brenden Blanco · 8 years ago
  61. 6a94f77 Merge pull request #951 from r4f4/fix-trace-py3 by Brenden Blanco · 8 years ago
  62. 9b1916f Merge pull request #952 from ColinIanKing/master by Brenden Blanco · 8 years ago
  63. 902f033 Merge pull request #955 from r4f4/fix-tplist by 4ast · 8 years ago
  64. 4821291 Merge pull request #954 from brendangregg/master by Brenden Blanco · 8 years ago
  65. 838ad4b tplist: don't fail if no verbosity is supplied by Rafael Fonseca · 8 years ago
  66. c933115 Still figuring out anchors in markdown. by Michael Przybylski · 8 years ago
  67. a3107de Still figuring out anchors in markdown. by Michael Przybylski · 8 years ago
  68. 5c00424 Building on Debian Jessie by Michael Przybylski · 8 years ago
  69. f487c79 Yanked all libbcc.so tests out of test/lua/test_standalone.sh by Michael Przybylski · 8 years ago
  70. 7fb7bfa Fixed TestUprobes.test_simple_library() in test_uprobes.lua by Michael Przybylski · 8 years ago
  71. 70e2034 Fixed failing test_simple_library() in test_uprobes.py by Michael Przybylski · 8 years ago
  72. 942c9c1 Debian jessie compile/test work in progress. by Michael Przybylski · 8 years ago
  73. 60c4192 Update tools to use new BPF.monotonic_time method by Sasha Goldshtein · 8 years ago
  74. d5e24d9 Move monotonic_time to BPF class, use CLOCK_MONOTONIC by Sasha Goldshtein · 8 years ago
  75. 4ec5e4d update tools pic by Brendan Gregg · 8 years ago
  76. cfb5ee7 u* tools: PHP support by Sasha Goldshtein · 8 years ago
  77. aee5ecf trace: fix for python3 by Rafael Fonseca · 8 years ago
  78. 9b296e8 snapcraft: add in some missing tools from the snapcraft apps list by Colin Ian King · 8 years ago
  79. c325200 ugc: Add -M for minimum time and -F for text filtering by Sasha Goldshtein · 8 years ago
  80. 3e77af5 Merge pull request #948 from shodoco/master by 4ast · 8 years ago
  81. e1a45f3 bcc: update kernel-versions.md for lpm trie change by Huapeng Zhou · 8 years ago
  82. fcd936c bcc: add support for lpm trie map type by Huapeng Zhou · 8 years ago
  83. f1692e0 Merge pull request #946 from goldshtn/install-fc2425 by Brenden Blanco · 8 years ago
  84. cba9ee4 Merge pull request #947 from rnav/powerpc64-doc-update by 4ast · 8 years ago
  85. dbbaa37 docs/kernel-versions: add reference to powerpc64 constant blinding support by Naveen N. Rao · 8 years ago
  86. 6ea63a0 Update installation instructions for FC24 and FC25 by Sasha Goldshtein · 8 years ago
  87. 0bd4e58 Merge pull request #936 from kennyyu/kennyyu-deadlock-detector by 4ast · 8 years ago
  88. 1abb069 Merge pull request #944 from derek0883/mybcc by 4ast · 8 years ago
  89. 6c99958 switch bcc to use single instance per bcc process, by Derek · 8 years ago
  90. 1f63218 Merge branch 'master' into kennyyu-deadlock-detector by Kenny Yu · 8 years ago
  91. 6004c32 Merge pull request #943 from edwardshao/topic/fix-docs-commit-link by 4ast · 8 years ago
  92. c2abf30 docs: fix "BPF attached to sockets" commit link by Edward Shao · 8 years ago
  93. ce1f842 Merge branch 'master' into kennyyu-deadlock-detector by Kenny Yu · 8 years ago
  94. c510eff Merge pull request #937 from netoptimizer/for_upstream01 by 4ast · 8 years ago
  95. c44e92c Address round 2 of comments in https://github.com/iovisor/bcc/pull/936 by Kenny Yu · 8 years ago
  96. b83af35 Merge branch 'master' into kennyyu-deadlock-detector by Kenny Yu · 8 years ago
  97. d07b759 Fix a few small typos by Kenny Yu · 8 years ago
  98. e7dff43 Address comments from https://github.com/iovisor/bcc/pull/936 by Kenny Yu · 8 years ago
  99. e682846 docs: keep track of when prealloc of map elements were introduced by Jesper Dangaard Brouer · 8 years ago
  100. 66fb4d2 tools: add tool to detect potential deadlocks in running programs by Kenny Yu · 8 years ago