1. 2922861 Refactored StackDecoder, added 'run command' option with no implementation yet by Sasha Goldshtein · 9 years ago
  2. a7cc6c2 Refactored Time class and added usage example by Sasha Goldshtein · 9 years ago
  3. 5cd2e0b Merge remote-tracking branch 'upstream/master' by Sasha Goldshtein · 9 years ago
  4. dc97493 Added source for gettime code by Sasha Goldshtein · 9 years ago
  5. cfce311 Don't show allocations newer than a configurable age by Sasha Goldshtein · 9 years ago
  6. 788f18d Merge pull request #351 from iovisor/iteritems by 4ast · 9 years ago
  7. efbc28c Fix python map.items() racing with bpf delete by Brenden Blanco · 9 years ago
  8. d366b0e Merge pull request #349 from brendangregg/master by 4ast · 9 years ago
  9. c7a22fe Merge pull request #348 from iovisor/scanf_fix by 4ast · 9 years ago
  10. 4f1ea67 Added memory leak tracer by Sasha Goldshtein · 9 years ago
  11. 6321d00 update comments by Brendan Gregg · 9 years ago
  12. 6f075b9 biotop by Brendan Gregg · 9 years ago
  13. 3935409 Support array and pointer types in scanf generated function by Brenden Blanco · 9 years ago
  14. a464528 Merge pull request #346 from brendangregg/master by Brenden Blanco · 9 years ago
  15. 31cd104 simplify by Brendan Gregg · 9 years ago
  16. f6e92c9 nits by Brendan Gregg · 9 years ago
  17. 6497a84 bitesize nits by Brendan Gregg · 9 years ago
  18. baebe80 use one map instead of two by Brendan Gregg · 9 years ago
  19. aa1e6ca Merge pull request #343 from ceeaspb/master by Brenden Blanco · 9 years ago
  20. fe88425 Merge pull request #340 from linuxfood/master by Brenden Blanco · 9 years ago
  21. 7964657 Merge pull request #342 from mcaleavya/master by Brenden Blanco · 9 years ago
  22. 0050106 Merge pull request #337 from mbertrone/master by Brenden Blanco · 9 years ago
  23. 90ebc24 Merge branch 'master' into master by Bertrone Matteo · 9 years ago
  24. c5d917b README changes by Bertrone Matteo · 9 years ago
  25. 7a31351 one slipped the net by Alex Bagehot · 9 years ago
  26. c5bba32 recommend using a spell checker before committing by Alex Bagehot · 9 years ago
  27. 3b9679a trawl typos with aspell by Alex Bagehot · 9 years ago
  28. 8177cdb http filter example by Bertrone Matteo · 9 years ago
  29. eb3c960 Update README.md by Allan McAleavy · 9 years ago
  30. b7b83ed Added update to README.md by mcaleavya · 9 years ago
  31. 6959dcf Add bitesize tool by mcaleavya · 9 years ago
  32. 4eb4137 Merge pull request #1 from iovisor/master by Allan McAleavy · 9 years ago
  33. da7b423 Merge pull request #341 from iovisor/brendangregg-patch-1 by Brendan Gregg · 9 years ago
  34. 1f01cad Merge branch 'master' into brendangregg-patch-1 by Brendan Gregg · 9 years ago
  35. 02553a0 Merge pull request #339 from iovisor/segfault_fix by 4ast · 9 years ago
  36. d924d3e documentation typos by Brendan Gregg · 9 years ago
  37. 255ac6a Merge branch 'master' into master by linuxfood · 9 years ago
  38. 856b177 Fix segfault in ~BPFModule on syntax error by Brenden Blanco · 9 years ago
  39. cfc5b45 Merge pull request #338 from brendangregg/master by Brenden Blanco · 9 years ago
  40. 0179923 different man formats by Brendan Gregg · 9 years ago
  41. 5e94097 Add bpf_module.h to CMakeLists.txt by Brian Smith · 9 years ago
  42. 87d2f69 contributing scripts guide by Brendan Gregg · 9 years ago
  43. b095058 http filter example by Bertrone Matteo · 9 years ago
  44. 3ffffa7 Merge pull request #335 from iovisor/p4-fixes by 4ast · 9 years ago
  45. 597b0e3 Reorder P4 struct key initializers and blocks by Brenden Blanco · 9 years ago
  46. 0637fb0 Merge pull request #334 from iovisor/ast_dev by Brenden Blanco · 9 years ago
  47. 7583a4e use __builtin_memcpy() instead of unrolled loop by Alexei Starovoitov · 9 years ago
  48. 143df80 Merge pull request #332 from mcaleavya/master by 4ast · 9 years ago
  49. 57abe5b update with cachestat , squashed commit by unixtest · 9 years ago
  50. bf9d207 Merge pull request #331 from brendangregg/master by 4ast · 9 years ago
  51. 62f4c28 fix synopsis options in docs by Brendan Gregg · 9 years ago
  52. af2b46a offwaketime by Brendan Gregg · 9 years ago
  53. e1acf32 Merge pull request #329 from iovisor/dump_func by 4ast · 9 years ago
  54. 1c02a23 Update test_dump_func to be python3 compatible by Brenden Blanco · 9 years ago
  55. 87f0501 Merge pull request #326 from brendangregg/master by Brenden Blanco · 9 years ago
  56. f03862d Merge remote-tracking branch 'upstream/master' by Brendan Gregg · 9 years ago
  57. 5a06c2c gethostlatency by Brendan Gregg · 9 years ago
  58. 9fd2bcf Merge pull request #325 from brendangregg/master by Brenden Blanco · 9 years ago
  59. aa87997 bashreadline by Brendan Gregg · 9 years ago
  60. 90a56d1 Merge pull request #324 from brendangregg/master by Brenden Blanco · 9 years ago
  61. 0030d34 more strlen examples by Brendan Gregg · 9 years ago
  62. 03c2bc5 Merge pull request #323 from iovisor/strlen by 4ast · 9 years ago
  63. 7adab96 Add uprobe strlen histogram example by Brenden Blanco · 9 years ago
  64. f7ee4e8 Merge pull request #322 from iovisor/uprobes by 4ast · 9 years ago
  65. c0c6da7 Fixup objdump calling syntax and add docstrings by Brenden Blanco · 9 years ago
  66. 7468195 Fixes for address calculation by Brenden Blanco · 9 years ago
  67. 948cefe Add python support for attaching bpf programs to uprobes by Brenden Blanco · 9 years ago
  68. 68e2d14 Add libbpf.c support for uprobes by Brenden Blanco · 9 years ago
  69. 22c7f1b Merge pull request #321 from brendangregg/master by 4ast · 9 years ago
  70. 7bf0e49 wakeuptime by Brendan Gregg · 9 years ago
  71. 3bf09f2 wordwrap fix, and terminology adjustment by Brendan Gregg · 9 years ago
  72. b0b3f01 Merge pull request #320 from iovisor/offcputime_fix by Brenden Blanco · 9 years ago
  73. d234ad7 Add decode() to ascii string in offcputime.py by Brenden Blanco · 9 years ago
  74. d38d3f1 Merge pull request #319 from iovisor/cmake_fixes by 4ast · 9 years ago
  75. 5bd0eb2 Updates to use cmake GLOB and libbcc.so.0 in python init by Brenden Blanco · 9 years ago
  76. f50ca1f Merge pull request #316 from brendangregg/master by Brenden Blanco · 9 years ago
  77. 670a6aa docs for offcputime -u by Brendan Gregg · 9 years ago
  78. d364d04 add -u, and change from 2 to 1 traced funcitons by Brendan Gregg · 9 years ago
  79. f747114 optimize code, remove unnecessary filter check by Brendan Gregg · 9 years ago
  80. d940b29 Merge pull request #315 from brendangregg/master by Brenden Blanco · 9 years ago
  81. 7d7eb0c Merge branch 'master' into master by Brendan Gregg · 9 years ago
  82. 4d57da1 stack walker typo and improvement by Brendan Gregg · 9 years ago
  83. 2be9123 Merge pull request #314 from iovisor/map_unshare by 4ast · 9 years ago
  84. d83192d Close fd and unshare when public map is destructed by Brenden Blanco · 9 years ago
  85. 120bfad Merge pull request #313 from brendangregg/master by 4ast · 9 years ago
  86. 38cef48 stack walking scripts by Brendan Gregg · 9 years ago
  87. 3083c85 Merge pull request #312 from iovisor/ast_dev by Brenden Blanco · 9 years ago
  88. bdf0773 fix pep8 lint errors in the rest of the tools by Alexei Starovoitov · 9 years ago
  89. a0aa7f2 Merge pull request #310 from iovisor/ast_dev by Brenden Blanco · 9 years ago
  90. a79da0a fix pep8 lint errors in biolatency and biosnoop by Alexei Starovoitov · 9 years ago
  91. 1ec515e Merge pull request #309 from iovisor/sharedmaps by 4ast · 9 years ago
  92. ab81ef2 Rename BPF_EXPORT to BPF_TABLE_PUBLIC by Brenden Blanco · 9 years ago
  93. 89978ba Add ability to export maps, enables cross-program sharing by Brenden Blanco · 9 years ago
  94. 1a6ee5a Merge pull request #308 from iovisor/cflags by 4ast · 9 years ago
  95. 9358850 Add ability to set custom cflags when loading programs by Brenden Blanco · 9 years ago
  96. 4386195 Merge pull request #307 from iovisor/kbuild_fix by 4ast · 9 years ago
  97. 78db178 Remove runtime dependency on gcc stdarg headers and make by Brenden Blanco · 9 years ago
  98. 6ae08b6 Merge pull request #306 from troyengel/te_dev by Brenden Blanco · 9 years ago
  99. 047582e add new Arch packages, new TOC and spiffy up the formatting by troyengel · 9 years ago
  100. 23b87e5 Merge pull request #305 from iovisor/bblanco_dev by Brenden Blanco · 9 years ago