tree: cb90206d072f7a9a133437c4f8f72706fa754fc0 [path history] [tgz]
  1. shared_ring_buffer_fuzzer_corpus/
  2. test/
  3. bookkeeping.cc
  4. bookkeeping.h
  5. bookkeeping_dump.cc
  6. bookkeeping_dump.h
  7. bookkeeping_unittest.cc
  8. BUILD.gn
  9. CHANGELOG.md
  10. client.cc
  11. client.h
  12. client_api.cc
  13. client_api_factory.h
  14. client_api_factory_android.cc
  15. client_api_factory_standalone.cc
  16. client_api_noop.cc
  17. client_api_unittest.cc
  18. client_unittest.cc
  19. heap_profile_internal.h
  20. heapprofd_client_api.map.txt
  21. heapprofd_end_to_end_test.cc
  22. heapprofd_preload.map.txt
  23. heapprofd_producer.cc
  24. heapprofd_producer.h
  25. heapprofd_producer_unittest.cc
  26. heapprofd_standalone_client_example.cc
  27. java_hprof_producer.cc
  28. java_hprof_producer.h
  29. log_histogram.cc
  30. log_histogram.h
  31. main.cc
  32. malloc_hooks.cc
  33. malloc_preload.cc
  34. parse_smaps_unittest.cc
  35. README.md
  36. sampler.cc
  37. sampler.h
  38. sampler_unittest.cc
  39. scoped_spinlock.cc
  40. scoped_spinlock.h
  41. shared_ring_buffer.cc
  42. shared_ring_buffer.h
  43. shared_ring_buffer_fuzzer.cc
  44. shared_ring_buffer_unittest.cc
  45. shared_ring_buffer_write_fuzzer.cc
  46. system_property.cc
  47. system_property.h
  48. system_property_unittest.cc
  49. unhooked_allocator.h
  50. unwinding.cc
  51. unwinding.h
  52. unwinding_fuzzer.cc
  53. unwinding_unittest.cc
  54. unwound_messages.h
  55. wire_protocol.cc
  56. wire_protocol.h
  57. wire_protocol_unittest.cc
  58. wrap_allocators.cc
  59. wrap_allocators.h
src/profiling/memory/README.md

heapprofd - Android Heap Profiler

heapprofd allows you to attribute memory usage to functions for Android services and apps.

For documentation, see https://perfetto.dev/docs/data-sources/native-heap-profiler.

For design doc, see https://perfetto.dev/docs/design-docs/heapprofd-design.