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