1. cfb5ee7 u* tools: PHP support by Sasha Goldshtein · 8 years ago
  2. 5467ccf Merge pull request #959 from r4f4/fix-uobjnew by Brenden Blanco · 8 years ago
  3. 77d5273 Merge pull request #953 from Appdynamics/master by Brenden Blanco · 8 years ago
  4. 573a5d4 ustat: fix lambda syntax on python3. by Rafael Fonseca · 8 years ago
  5. 058c46f uobjnew: fix lambda syntax in python3 by Rafael Fonseca · 8 years ago
  6. 3d98151 usdt: convert text from bytes to str by Rafael Fonseca · 8 years ago
  7. 738a617 Merge pull request #958 from iovisor/dpkg-deb-compress by 4ast · 8 years ago
  8. 7a46276 Use fast compression in test deb builds by Brenden Blanco · 8 years ago
  9. 74155c5 Merge pull request #957 from iovisor/misc_fixes by 4ast · 8 years ago
  10. dacb8ad python3 compat: tracepoint fixes by Brenden Blanco · 8 years ago
  11. 341ec67 python3 compat: add missing str->bytes conversion by Brenden Blanco · 8 years ago
  12. bc93238 Fix for test_log_buf to work with python3 by Brenden Blanco · 8 years ago
  13. 7f1c3b2 Style fixes for loader.cc by Brenden Blanco · 8 years ago
  14. 1e93ccf Use builtin clang::CompilerInvocation object by Brenden Blanco · 8 years ago
  15. 9c8c969 Explicitly mark b functions as nounwind by Brenden Blanco · 8 years ago
  16. fddd69a Mark additional helper function as inline by Brenden Blanco · 8 years ago
  17. 3a3b0f9 Merge pull request #916 from pchaigno/use-pid-to-resolve-lib by Brenden Blanco · 8 years ago
  18. 6a94f77 Merge pull request #951 from r4f4/fix-trace-py3 by Brenden Blanco · 8 years ago
  19. 9b1916f Merge pull request #952 from ColinIanKing/master by Brenden Blanco · 8 years ago
  20. 902f033 Merge pull request #955 from r4f4/fix-tplist by 4ast · 8 years ago
  21. 4821291 Merge pull request #954 from brendangregg/master by Brenden Blanco · 8 years ago
  22. 838ad4b tplist: don't fail if no verbosity is supplied by Rafael Fonseca · 8 years ago
  23. c933115 Still figuring out anchors in markdown. by Michael Przybylski · 8 years ago
  24. a3107de Still figuring out anchors in markdown. by Michael Przybylski · 8 years ago
  25. 5c00424 Building on Debian Jessie by Michael Przybylski · 8 years ago
  26. f487c79 Yanked all libbcc.so tests out of test/lua/test_standalone.sh by Michael Przybylski · 8 years ago
  27. 7fb7bfa Fixed TestUprobes.test_simple_library() in test_uprobes.lua by Michael Przybylski · 8 years ago
  28. 70e2034 Fixed failing test_simple_library() in test_uprobes.py by Michael Przybylski · 8 years ago
  29. 942c9c1 Debian jessie compile/test work in progress. by Michael Przybylski · 8 years ago
  30. 4ec5e4d update tools pic by Brendan Gregg · 8 years ago
  31. aee5ecf trace: fix for python3 by Rafael Fonseca · 8 years ago
  32. 9b296e8 snapcraft: add in some missing tools from the snapcraft apps list by Colin Ian King · 8 years ago
  33. 3e77af5 Merge pull request #948 from shodoco/master by 4ast · 8 years ago
  34. e1a45f3 bcc: update kernel-versions.md for lpm trie change by Huapeng Zhou · 8 years ago
  35. fcd936c bcc: add support for lpm trie map type by Huapeng Zhou · 8 years ago
  36. f1692e0 Merge pull request #946 from goldshtn/install-fc2425 by Brenden Blanco · 8 years ago
  37. cba9ee4 Merge pull request #947 from rnav/powerpc64-doc-update by 4ast · 8 years ago
  38. dbbaa37 docs/kernel-versions: add reference to powerpc64 constant blinding support by Naveen N. Rao · 8 years ago
  39. 6ea63a0 Update installation instructions for FC24 and FC25 by Sasha Goldshtein · 8 years ago
  40. 0bd4e58 Merge pull request #936 from kennyyu/kennyyu-deadlock-detector by 4ast · 8 years ago
  41. 1abb069 Merge pull request #944 from derek0883/mybcc by 4ast · 8 years ago
  42. 6c99958 switch bcc to use single instance per bcc process, by Derek · 8 years ago
  43. 1f63218 Merge branch 'master' into kennyyu-deadlock-detector by Kenny Yu · 8 years ago
  44. 6004c32 Merge pull request #943 from edwardshao/topic/fix-docs-commit-link by 4ast · 8 years ago
  45. c2abf30 docs: fix "BPF attached to sockets" commit link by Edward Shao · 8 years ago
  46. ce1f842 Merge branch 'master' into kennyyu-deadlock-detector by Kenny Yu · 8 years ago
  47. c510eff Merge pull request #937 from netoptimizer/for_upstream01 by 4ast · 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. b83af35 Merge branch 'master' into kennyyu-deadlock-detector by Kenny Yu · 8 years ago
  50. d07b759 Fix a few small typos by Kenny Yu · 8 years ago
  51. e7dff43 Address comments from https://github.com/iovisor/bcc/pull/936 by Kenny Yu · 8 years ago
  52. e682846 docs: keep track of when prealloc of map elements were introduced by Jesper Dangaard Brouer · 8 years ago
  53. 66fb4d2 tools: add tool to detect potential deadlocks in running programs by Kenny Yu · 8 years ago
  54. e1f7462 Merge pull request #935 from wcohen/wcohen/lua_opt by Brenden Blanco · 8 years ago
  55. ef91b6e Allow RPMS to be built on ppc64 and aarch64 by making luajit optional by William Cohen · 8 years ago
  56. 4a57f4d Merge pull request #928 from goldshtn/tp-data-loc by 4ast · 8 years ago
  57. 3ea6eee tplist: Don't ignore __data_loc fields by Sasha Goldshtein · 8 years ago
  58. c6aaaed tests: Add test for TP_DATA_LOC_READ_CONST by Sasha Goldshtein · 8 years ago
  59. b9545a5 cc: Support for __data_loc tracepoint fields by Sasha Goldshtein · 8 years ago
  60. b77915d Merge pull request #918 from derek0883/mybcc by 4ast · 8 years ago
  61. 227b5b9 enum bpf_probe_attach_type to CAPITAL by Derek · 8 years ago
  62. a112514 undo rebase by Derek · 8 years ago
  63. 199b341 Merge pull request #927 from rnav/powerpc-fixes by 4ast · 8 years ago
  64. 6267b29 powerpc: update the build triplet by Naveen N. Rao · 8 years ago
  65. be0d60b Merge branch 'mybcc' of https://github.com/derek0883/bcc into mybcc by Derek · 8 years ago
  66. 7174d93 keep 'enum bpf_attach_type' inside libbpf.h, renamed it to bpf_probe_attach_type by Derek · 8 years ago
  67. 6e08207 Fixed test case test_trace4.py error by Derek · 8 years ago
  68. e4da6c2 Handling multiple concurrent probe users. by Derek · 8 years ago
  69. 1f356ba rename event_name for lua by Derek · 8 years ago
  70. 35da3d0 rename event name in detach_uprobe/detach_uretprobe by Derek · 8 years ago
  71. 627611f rename event name in detach_kprobe/detach_kretprobe by Derek · 8 years ago
  72. 35c2501 Handling multiple concurrent probe users. by Derek · 8 years ago
  73. 727248b Merge pull request #926 from goldshtn/argdist-pid-fix by 4ast · 8 years ago
  74. 2485e28 Merge pull request #925 from goldshtn/cpudist-import-fix by 4ast · 8 years ago
  75. 655e3c3 argdist: Fix -p behavior to filter tgid and not pid by Sasha Goldshtein · 8 years ago
  76. 1e6df40 cpudist: remove unused Tracepoint import by Sasha Goldshtein · 8 years ago
  77. 4114d0d Fixed test case test_trace4.py error by Derek · 8 years ago
  78. fdd2389 Handling multiple concurrent probe users. by Derek · 8 years ago
  79. 1888c16 rename event_name for lua by Derek · 8 years ago
  80. c223353 rename event name in detach_uprobe/detach_uretprobe by Derek · 8 years ago
  81. c8846e5 rename event name in detach_kprobe/detach_kretprobe by Derek · 8 years ago
  82. d73c58f Use PID to resolve path of target libraries by Paul Chaignon · 8 years ago
  83. 739581f Handling multiple concurrent probe users. by Derek · 8 years ago
  84. b79b589 Merge pull request #913 from iovisor/python23_percpu by 4ast · 8 years ago
  85. 8412963 Skip percpu testing on unsupported kernels by Brenden Blanco · 8 years ago
  86. 8338b3a Support for hotplug cpu cases in percpu array sizing by Brenden Blanco · 8 years ago
  87. bfc1375 Fix python2/3 incompatible percpu helpers by Brenden Blanco · 8 years ago
  88. f506be1 Merge pull request #914 from mkacik/master by 4ast · 8 years ago
  89. 9389ab4 [memleak] add parameter for specifying object to load malloc/free from by Maria Kacik · 8 years ago
  90. 3cc4c0a Merge pull request #911 from goldshtn/trace-params-signature by 4ast · 8 years ago
  91. e30eaec Merge pull request #909 from goldshtn/tp-str-fixes by 4ast · 8 years ago
  92. 23e72b8 trace: Allow function signatures in uprobes and kprobes by Sasha Goldshtein · 8 years ago
  93. dcf1675 trace, argdist: Fix code formatting nits by Sasha Goldshtein · 8 years ago
  94. b630092 trace: Use correct argument index and tgid for filters by Sasha Goldshtein · 8 years ago
  95. b9aec34 trace: Generated streq-helper to ignore null terminator by Sasha Goldshtein · 8 years ago
  96. fd44cd2 argdist: Generated streq-helper to ignore null terminator by Sasha Goldshtein · 8 years ago
  97. 50486ff tplist: Print one-based location and argument indices by Sasha Goldshtein · 8 years ago
  98. 7e78f3a Merge pull request #875 from pchaigno/target-process-library by 4ast · 8 years ago
  99. 9367ea5 Merge pull request #908 from Catalysts/cpu-iteration by 4ast · 8 years ago
  100. 7e0784d fix iteration over CPUs by Andreas Gerstmayr · 8 years ago