1. 3e39a08 argdist, trace, and tplist support for USDT probes by Sasha Goldshtein · 8 years ago
  2. af66546 Merge pull request #449 from goldshtn/tp-str-fix by Brenden Blanco · 8 years ago
  3. 67a644b Fixed bug around local assignment from char array by Sasha Goldshtein · 8 years ago
  4. c256e94 Merge pull request #450 from vmg/vmg/stacks-next by Brendan Gregg · 8 years ago
  5. b4ebed0 stackcount: Resolve stacks using a StackTrace table by Vicent Marti · 8 years ago
  6. 592414e stacksnoop: Resolve stacks using a StackTrace table by Vicent Marti · 8 years ago
  7. 3a137db BPF: better format for `ksymaddr` by Vicent Marti · 8 years ago
  8. 478636b Merge pull request #448 from vmg/vmg/stacks by Brenden Blanco · 8 years ago
  9. e82fb1b offcputime: Resolve stacks using a StackTrace table by Vicent Marti · 8 years ago
  10. e25ae03 memleak: Resolve stacks with a StackTrace table by Vicent Marti · 8 years ago
  11. 8889906 examples: Add `mallocstacks` by Vicent Marti · 8 years ago
  12. 066eb30 table: Implement a StackWalker for StackTrace tables by Vicent Marti · 8 years ago
  13. b61519c Merge pull request #445 from goldshtn/tp-vars by 4ast · 8 years ago
  14. 11cb3bc Allowing more natural syntax for tracepoints with no "tp" struct prefix by Sasha Goldshtein · 8 years ago
  15. 3abb8d6 Merge pull request #429 from yadutaf/jt-tcpv4listen by Brenden Blanco · 8 years ago
  16. a1ac2f9 add solisten tool. Currently TCP only. by Jean-Tiare Le Bigot · 9 years ago
  17. 5ee0c7a Merge pull request #444 from goldshtn/probefail by Brenden Blanco · 8 years ago
  18. 43742ae Fix error handling when attaching {u,k}{,ret}probes by Sasha Goldshtein · 8 years ago
  19. 746eab4 Merge pull request #442 from goldshtn/usyms by Brenden Blanco · 8 years ago
  20. 8737c6e Added pid wrap check, moved user symbols to usyms.py by Sasha Goldshtein · 8 years ago
  21. 0e856f4 Moved user symbol decoding from memleak into bcc module by Sasha Goldshtein · 8 years ago
  22. 3bc2828 Merge pull request #439 from goldshtn/tpoint2 by 4ast · 8 years ago
  23. f15cbe8 Merge pull request #441 from ismail/llvm-3.8 by Brenden Blanco · 8 years ago
  24. b950d6f Moved auto-includes helper to __init__.py by Sasha Goldshtein · 8 years ago
  25. c08c431 Moved common tracepoint support into tracepoint.py by Sasha Goldshtein · 8 years ago
  26. 0025fe5 Fix llvm shared build by İsmail Dönmez · 8 years ago
  27. fd60d55 tracepoint support for argdist and trace, and new tplist tool for printing tracepoints by Sasha Goldshtein · 9 years ago
  28. f6bf78f Merge pull request #438 from brendangregg/master by Brenden Blanco · 8 years ago
  29. f67832a fix -p by Brendan Gregg · 8 years ago
  30. da365c7 Merge pull request #435 from iovisor/bblanco_dev by 4ast · 8 years ago
  31. c94ab7a Fix python3 incompatibilities by Brenden Blanco · 8 years ago
  32. 4ee0b76 Merge pull request #432 from iovisor/bblanco_dev by Brendan Gregg · 8 years ago
  33. aa85f33 Enable python3 compatible strings in biosnoop by Brenden Blanco · 8 years ago
  34. afc1180 Merge pull request #430 from iovisor/bblanco_dev by 4ast · 8 years ago
  35. 4da2829 When in KERNEL_HAS_SOURCE_DIR mode, include everything by Brenden Blanco · 8 years ago
  36. 3e2f9d9 Add option to change kernel build search paths by Brenden Blanco · 9 years ago
  37. ef3128a Merge pull request #428 from iovisor/bblanco_dev by 4ast · 9 years ago
  38. ef6bb80 Better get_stackid rewriter logic and unittest version testing by Brenden Blanco · 9 years ago
  39. ad0e883 Rename stack lookup() to get_stackid by Brenden Blanco · 9 years ago
  40. 9cafce2 Basic implementation of stacktrace table by Brenden Blanco · 9 years ago
  41. b8d33cb Merge pull request #427 from markdrayton/stacksnoop-filter by Brendan Gregg · 9 years ago
  42. ab133d2 Fix stacksnoop PID filter by Mark Drayton · 9 years ago
  43. ee79363 Merge pull request #426 from iovisor/bblanco_dev by 4ast · 9 years ago
  44. 5ae15dc Add libbcc.a compilation and test binary by Brenden Blanco · 9 years ago
  45. fb9cd64 Move python tests to tests/python by Brenden Blanco · 9 years ago
  46. 14a535a Merge pull request #424 from iovisor/bblanco_dev by 4ast · 9 years ago
  47. 9bd3749 Update headers with 4.5+ features by Brenden Blanco · 9 years ago
  48. 242f710 Merge pull request #422 from billyom/install_md by Brenden Blanco · 9 years ago
  49. 4e5aec4 INSTALL.md: Fix path for example and some small clarifications by Billy O'Mahony · 9 years ago
  50. 0ef16d9 Merge pull request #420 from iovisor/proto_update by 4ast · 9 years ago
  51. bd1efda Add v6 headers to proto.h by Brenden Blanco · 9 years ago
  52. e00be4a Merge pull request #418 from brendangregg/master by 4ast · 9 years ago
  53. 42cf2bf tools map by Brendan Gregg · 9 years ago
  54. 3ce27b5 Merge pull request #417 from iovisor/funccount_alternate by 4ast · 9 years ago
  55. 9572883 Use pre-calculated function addresses in funccount by Brenden Blanco · 9 years ago
  56. 2e2b26d Add name to address ksym helper by Brenden Blanco · 9 years ago
  57. 54797f8 Add a table.zero() function to bcc.TableBase by Brenden Blanco · 9 years ago
  58. e58ed9f Merge pull request #416 from iovisor/probe_quota by 4ast · 9 years ago
  59. e90129a Enforce limit of 1000 open [uk]probes by Brenden Blanco · 9 years ago
  60. d1a0e7f Merge pull request #414 from iovisor/tag_v0.1.8 by 4ast · 9 years ago
  61. b195349 Prepare debian changelog for v0.1.8 tag by Brenden Blanco · 9 years ago
  62. 9134c56 Fixup build scripts to support in-flight version change by Brenden Blanco · 9 years ago
  63. 39a4c28 Merge pull request #412 from iovisor/deb_fixes by 4ast · 9 years ago
  64. 8838fba Prepare deb build for nightly target by Brenden Blanco · 9 years ago
  65. ce48d1e Merge pull request #411 from iovisor/drzaeus77-patch-1 by 4ast · 9 years ago
  66. bf65d67 Fix ubuntu kernel path typo is INSTALL.md by Brenden Blanco · 9 years ago
  67. cb17c57 Merge pull request #408 from iovisor/rpm_updates by 4ast · 9 years ago
  68. 5760791 Merge pull request #410 from goldshtn/argdist-silent by Brenden Blanco · 9 years ago
  69. a136cbd Merge pull request #409 from goldshtn/trace2 by Brenden Blanco · 9 years ago
  70. a7342b4 Merge branch 'master' into argdist-silent by Sasha Goldshtein · 9 years ago
  71. 8acd015 Fixed examples to use fewer colons by Sasha Goldshtein · 9 years ago
  72. 38847f0 trace by Sasha Goldshtein · 9 years ago
  73. 4fb1860 Update rpm build scripts and README by Brenden Blanco · 9 years ago
  74. db45465 Merge pull request #407 from yadutaf/jt-readme by Brenden Blanco · 9 years ago
  75. d0764aa make tcpv4connect.py example tracer more robust by Jean-Tiare Le Bigot · 9 years ago
  76. 94e911c minor readme enhancements by Jean-Tiare Le Bigot · 9 years ago
  77. c955130 Print traceback only if verbose mode was requested by Sasha Goldshtein · 9 years ago
  78. a6f5a21 Merge pull request #405 from brendangregg/master by Brenden Blanco · 9 years ago
  79. 4db6d44 drop unused pid, and improve code-path check by Brendan Gregg · 9 years ago
  80. 2482c1c typo, and improve comment by Brendan Gregg · 9 years ago
  81. afc9725 tcpconnlat by Brendan Gregg · 9 years ago
  82. eff67bf Merge pull request #404 from mcaleavya/master by Brendan Gregg · 9 years ago
  83. 6262f5d removed two bpf_hash args_pid/sig by mcaleavya · 9 years ago
  84. 053ce87 Merge branch 'master' of https://github.com/mcaleavya/bcc-1 by mcaleavya · 9 years ago
  85. f5c40cb Migrated killsnoop to bpf_perf_event by mcaleavya · 9 years ago
  86. c35ec90 Migrated killsnoop to bpf_perf_event by mcaleavya · 9 years ago
  87. ca6ac5a Merge pull request #403 from mcaleavya/master by Brendan Gregg · 9 years ago
  88. 0ccf708 combined lines for delta by Allan McAleavy · 9 years ago
  89. 683642b removed include for string.h by mcaleavya · 9 years ago
  90. 6a372f7 removed strcpy , renamed Sync to sync. by mcaleavya · 9 years ago
  91. 29dbdda migrated to use bpf_perf_events by mcaleavya · 9 years ago
  92. f70c97f Merge pull request #402 from mcaleavya/master by Brendan Gregg · 9 years ago
  93. cfc3150 Migrated filelife to bpf_perf_event by mcaleavya · 9 years ago
  94. b1178f6 Merge pull request #401 from mbertrone/master by 4ast · 9 years ago
  95. 34860ad Merge branch 'master' into master by Bertrone Matteo · 9 years ago
  96. a8e4f46 readme fixed by Bertrone Matteo · 9 years ago
  97. 0c0ef11 Added files via upload by Bertrone Matteo · 9 years ago
  98. 79ad6dd Merge pull request #395 from mcaleavya/master by Brenden Blanco · 9 years ago
  99. 442573d Merge pull request #399 from iovisor/fix_398 by Brendan Gregg · 9 years ago
  100. 1a7bebf Updated spaces after commas by mcaleavya · 9 years ago