1. 49df994 memleak: Migrate to new symbols resolution API by Sasha Goldshtein · 8 years ago
  2. 60c4192 Update tools to use new BPF.monotonic_time method by Sasha Goldshtein · 8 years ago
  3. 9389ab4 [memleak] add parameter for specifying object to load malloc/free from by Maria Kacik · 8 years ago
  4. f41ae86 Tools lint cleanup (#764) by Sasha Goldshtein · 8 years ago
  5. 4afa96a cc: introduce helpers to access pt_regs in an arch-independent manner by Naveen N. Rao · 8 years ago
  6. e25ae03 memleak: Resolve stacks with a StackTrace table by Vicent Marti · 8 years ago
  7. 8737c6e Added pid wrap check, moved user symbols to usyms.py by Sasha Goldshtein · 8 years ago
  8. 0e856f4 Moved user symbol decoding from memleak into bcc module by Sasha Goldshtein · 8 years ago
  9. c94ab7a Fix python3 incompatibilities by Brenden Blanco · 8 years ago
  10. 29e37d9 Cosmetic changes: removed .py suffix, fixed link in README by Sasha Goldshtein · 9 years ago
  11. 43fa041 Added license (Apache), merged memleak.c into memleak.py by Sasha Goldshtein · 9 years ago
  12. 5045964 Added -z and -Z switches for filtering by size, added copyright notices by Sasha Goldshtein · 9 years ago
  13. c8148c8 Added option to display only top N stacks by size by Sasha Goldshtein · 9 years ago
  14. dcee30d Fixed long arg name from stack_depth to stack-depth by Sasha Goldshtein · 9 years ago
  15. d2241f4 Added --stack-depth switch to control the number of stack frames captured for each allocation by Sasha Goldshtein · 9 years ago
  16. 75ba13f Updated manual, examples, and usage with new interval and count options by Sasha Goldshtein · 9 years ago
  17. 40e55ba Added interval and count options per *stat tool conventions by Sasha Goldshtein · 9 years ago
  18. 521ab4f Added -s switch to perform allocation sampling by Sasha Goldshtein · 9 years ago
  19. 33522d7 Fixed indentation and Python style issues from pep by Sasha Goldshtein · 9 years ago
  20. 751fce5 Added -c switch to run a command and trace that process by Sasha Goldshtein · 9 years ago
  21. 2922861 Refactored StackDecoder, added 'run command' option with no implementation yet by Sasha Goldshtein · 9 years ago
  22. a7cc6c2 Refactored Time class and added usage example by Sasha Goldshtein · 9 years ago
  23. dc97493 Added source for gettime code by Sasha Goldshtein · 9 years ago
  24. cfce311 Don't show allocations newer than a configurable age by Sasha Goldshtein · 9 years ago
  25. 4f1ea67 Added memory leak tracer by Sasha Goldshtein · 9 years ago