Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c43 static const bool dump_stats = false; variable
147 if (dump_stats) { in bo_free()
212 if (dump_stats) { in v3dv_bo_alloc()
259 if (dump_stats) { in v3dv_bo_alloc()
399 if (dump_stats) { in v3dv_bo_cache_init()
414 if (dump_stats) { in v3dv_bo_cache_destroy()
432 if (dump_stats && !freed_any) { in free_stale_bos()
445 if (dump_stats && freed_any) { in free_stale_bos()
498 if (dump_stats) { in v3dv_bo_free()
Dv3dv_pipeline_cache.c30 static const bool dump_stats = false; variable
133 if (dump_stats) in v3dv_pipeline_cache_upload_nir()
182 if (dump_stats) in v3dv_pipeline_cache_search_for_nir()
192 if (dump_stats) in v3dv_pipeline_cache_search_for_nir()
277 if (dump_stats) in v3dv_pipeline_cache_search_for_pipeline()
292 if (dump_stats) in v3dv_pipeline_cache_search_for_pipeline()
445 if (dump_stats) in pipeline_cache_upload_shared_data()
677 if (dump_stats) in pipeline_cache_load()
800 if (dump_stats) in v3dv_MergePipelineCaches()
823 if (dump_stats) in v3dv_MergePipelineCaches()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_bufmgr.c38 static bool dump_stats = false; variable
134 if (dump_stats) { in v3d_bo_alloc()
178 if (dump_stats) { in v3d_bo_alloc()
223 if (dump_stats) { in v3d_bo_free()
244 if (dump_stats && !freed_any) { in free_stale_bos()
256 if (dump_stats && freed_any) { in free_stale_bos()
314 if (dump_stats) { in v3d_bo_last_unreference_locked_timed()
547 if (dump_stats) { in v3d_bufmgr_destroy()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_bufmgr.c39 static bool dump_stats = false; variable
168 if (dump_stats) { in vc4_bo_free()
232 if (dump_stats) { in vc4_bo_alloc()
271 if (dump_stats) { in vc4_bo_alloc()
301 if (dump_stats && !freed_any) { in free_stale_bos()
316 if (dump_stats && freed_any) { in free_stale_bos()
368 if (dump_stats) { in vc4_bo_last_unreference_locked_timed()
504 if (dump_stats) { in vc4_bo_alloc_shader()
666 if (dump_stats) { in vc4_bufmgr_destroy()
/third_party/libnl/src/
Dnl-link-stats.c57 static void dump_stats(struct nl_object *obj, void *arg) in dump_stats() function
118 nl_cache_foreach_filter(link_cache, OBJ_CAST(link), dump_stats, argv); in main()
/third_party/python/Lib/
DcProfile.py44 def dump_stats(self, file): member in Profile
Dprofile.py70 prof.dump_stats(filename)
391 def dump_stats(self, file): member in Profile
Dpstats.py194 def dump_stats(self, filename): member in Stats
/third_party/python/Doc/library/
Dprofile.rst299 .. method:: dump_stats(filename)
377 .. method:: dump_stats(filename)