1. a296e1e python3 fixes and testing support (#1916) by Brenden Blanco · 6 years ago
  2. 42d6098 tools: switch to v2/3 independent bytes usage by Brenden Blanco · 7 years ago
  3. b334f11 Merge pull request #1570 from natoscott/master by yonghong-song · 6 years ago
  4. 67ae605 Remove semicolon at the end of define BPF_STACK_TRACE() by Song Liu · 6 years ago
  5. cf0792f continue adding --ebpf option to the python tools/ scripts by Nathan Scott · 6 years ago
  6. ee433d4 Merge pull request #1383 from pchaigno/pep8 by 4ast · 7 years ago
  7. eb6ddc0 bpf: make test py_test_tools_smoke pass on arm64 by Yonghong Song · 7 years ago
  8. 2e07ddc memleak: linter cleanup by Paul Chaignon · 7 years ago
  9. 2c1799c memleak: expand allocator coverage (#1214) by Rinat Ibragimov · 7 years ago
  10. 0155385 cc: Resolve symbols from external debuginfo by Sasha Goldshtein · 7 years ago
  11. 49df994 memleak: Migrate to new symbols resolution API by Sasha Goldshtein · 7 years ago
  12. 60c4192 Update tools to use new BPF.monotonic_time method by Sasha Goldshtein · 7 years ago
  13. 9389ab4 [memleak] add parameter for specifying object to load malloc/free from by Maria Kacik · 7 years ago
  14. f41ae86 Tools lint cleanup (#764) by Sasha Goldshtein · 8 years ago
  15. 4afa96a cc: introduce helpers to access pt_regs in an arch-independent manner by Naveen N. Rao · 8 years ago
  16. e25ae03 memleak: Resolve stacks with a StackTrace table by Vicent Marti · 8 years ago
  17. 8737c6e Added pid wrap check, moved user symbols to usyms.py by Sasha Goldshtein · 8 years ago
  18. 0e856f4 Moved user symbol decoding from memleak into bcc module by Sasha Goldshtein · 8 years ago
  19. c94ab7a Fix python3 incompatibilities by Brenden Blanco · 8 years ago
  20. 29e37d9 Cosmetic changes: removed .py suffix, fixed link in README by Sasha Goldshtein · 8 years ago
  21. 43fa041 Added license (Apache), merged memleak.c into memleak.py by Sasha Goldshtein · 8 years ago
  22. 5045964 Added -z and -Z switches for filtering by size, added copyright notices by Sasha Goldshtein · 8 years ago
  23. c8148c8 Added option to display only top N stacks by size by Sasha Goldshtein · 8 years ago
  24. dcee30d Fixed long arg name from stack_depth to stack-depth by Sasha Goldshtein · 8 years ago
  25. d2241f4 Added --stack-depth switch to control the number of stack frames captured for each allocation by Sasha Goldshtein · 8 years ago
  26. 75ba13f Updated manual, examples, and usage with new interval and count options by Sasha Goldshtein · 8 years ago
  27. 40e55ba Added interval and count options per *stat tool conventions by Sasha Goldshtein · 8 years ago
  28. 521ab4f Added -s switch to perform allocation sampling by Sasha Goldshtein · 8 years ago
  29. 33522d7 Fixed indentation and Python style issues from pep by Sasha Goldshtein · 8 years ago
  30. 751fce5 Added -c switch to run a command and trace that process by Sasha Goldshtein · 8 years ago
  31. 2922861 Refactored StackDecoder, added 'run command' option with no implementation yet by Sasha Goldshtein · 8 years ago
  32. a7cc6c2 Refactored Time class and added usage example by Sasha Goldshtein · 8 years ago
  33. dc97493 Added source for gettime code by Sasha Goldshtein · 8 years ago
  34. cfce311 Don't show allocations newer than a configurable age by Sasha Goldshtein · 8 years ago
  35. 4f1ea67 Added memory leak tracer by Sasha Goldshtein · 8 years ago