Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/perf/
H A Dcpu_trace.h22 if (unlikely(util_perfetto_is_tracing_enabled())) \
28 if (unlikely(util_perfetto_is_tracing_enabled())) \
34 if (unlikely(util_perfetto_is_tracing_enabled())) \
40 if (unlikely(util_perfetto_is_tracing_enabled())) \
46 if (unlikely(util_perfetto_is_tracing_enabled())) \
52 if (unlikely(util_perfetto_is_tracing_enabled())) \
H A Du_perfetto.h40 util_perfetto_is_tracing_enabled(void) in util_perfetto_is_tracing_enabled() function
69 util_perfetto_is_tracing_enabled(void)
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.c1997 if (surface->analytics.presenting && util_perfetto_is_tracing_enabled()) { in trace_present()
2007 if (util_perfetto_is_tracing_enabled()) { in trace_present()
2177 if (present_id > 0 || util_perfetto_is_tracing_enabled()) { in wsi_wl_swapchain_queue_present()