Searched refs:heap_usage (Results 1 – 6 of 6) sorted by relevance
267 sizeof(info->heap_usage), in amdgpu_query_heap_info()268 &info->heap_usage); in amdgpu_query_heap_info()271 sizeof(info->heap_usage), in amdgpu_query_heap_info()272 &info->heap_usage); in amdgpu_query_heap_info()281 sizeof(info->heap_usage), in amdgpu_query_heap_info()282 &info->heap_usage); in amdgpu_query_heap_info()
401 uint64_t heap_usage; member
591 base::debug::ThreadHeapUsage heap_usage = stopwatch.heap_usage().usage(); in TallyADeath() local594 base::saturated_cast<int32_t>(heap_usage.alloc_ops), in TallyADeath()595 base::saturated_cast<int32_t>(heap_usage.free_ops), in TallyADeath()596 base::saturated_cast<int32_t>(heap_usage.alloc_bytes), in TallyADeath()597 base::saturated_cast<int32_t>(heap_usage.free_bytes), in TallyADeath()598 base::saturated_cast<int32_t>(heap_usage.alloc_overhead_bytes), in TallyADeath()599 base::saturated_cast<int32_t>(heap_usage.max_allocated_bytes)); in TallyADeath()
825 const base::debug::ThreadHeapUsageTracker& heap_usage() const { in heap_usage() function
444 return heap.heap_usage; in amdgpu_query_value()447 return heap.heap_usage; in amdgpu_query_value()
769 __u64 heap_usage; member