Home
last modified time | relevance | path

Searched refs:perf_alloc_id (Results 1 – 1 of 1) sorted by relevance

/art/runtime/javaheapprof/
Djavaheapsampler.cc66 uint64_t perf_alloc_id = reinterpret_cast<uint64_t>(obj); in ReportSample() local
67 VLOG(heap) << "JHP:***Report Perfetto Allocation: obj: " << perf_alloc_id; in ReportSample()
69 AHeapProfile_reportSample(perfetto_heap_id_, perf_alloc_id, allocation_size); in ReportSample()