Home
last modified time | relevance | path

Searched refs:counters (Results 1 – 25 of 41) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_performance_query.adoc32 of performance counters for use in applications and by profiling tools.
34 Each queue family may: expose counters that can: be enabled on a queue of
55 3) Should this extension expose counters that require multiple passes?
61 4) How to handle counters across parallel workloads?
93 would rather if a certain set of counters were to be used multiple times
105 The following example shows how to find what performance counters a queue
106 family supports, setup a query pool to record these performance counters,
120 // Get the count of counters supported
128 VkPerformanceCounterKHR* counters =
133 // Get the counters supported
[all …]
DVK_INTEL_performance_query.adoc76 // A command buffer we want to record counters on
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_display_control/
Dswapchain_counters.adoc5 [open,refpage='VkSwapchainCounterCreateInfoEXT',desc='Specify the surface counters desired',type='s…
7 To enable surface counters when creating a swapchain, add a
18 specifying surface counters to enable for the swapchain.
35 The requested counters become active when the first presentation command for
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_performance_query/
Dqueuefamily.adoc5 …anceQueryCountersKHR',desc='Reports properties of the performance query counters available on a qu…
9 To enumerate the performance query counters available on a queue family of a
19 counters available or queried, as described below.
26 the number of counters available is returned in pname:pCounterCount.
31 If pname:pCounterCount is less than the number of counters available, at
34 available counters were returned.
65 Performance counters have an associated unit.
99 Performance counters have an associated scope.
119 Performance counters have an associated storage.
Dqueriesperformance.adoc12 Each queue family advertises the performance counters that can: be queried
15 Implementations may: limit access to performance counters based on platform
21 This may include no performance counters being enumerated, or a reduced set.
69 with each counter in the query, stored in the same order as the counters
Dquerycreateinfo.adoc30 Each element of pname:pCounterIndices must: be in the range of counters
57 The number of passes required to capture the counters specified in the
/hardware/google/gfxstream/codegen/magma/
Dmagma.attrib139 dir counters in
140 len counters counters_count * sizeof(uint64_t)
143 dir counters in
144 len counters counters_count * sizeof(uint64_t)
Dmagma.in41 …n_enable_performance_counters, magma_connection_t connection, uint64_t* counters, uint64_t counter…
47 …on_clear_performance_counters, magma_connection_t connection, uint64_t* counters, uint64_t counter…
/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_entry.cpp48 …on_enable_performance_counters(magma_connection_t connection, uint64_t* counters, uint64_t counter…
54 …ion_clear_performance_counters(magma_connection_t connection, uint64_t* counters, uint64_t counter…
306 …on_enable_performance_counters(magma_connection_t connection, uint64_t* counters, uint64_t counter… in magma_connection_enable_performance_counters() argument
309 …return ctx->magma_connection_enable_performance_counters(ctx, connection, counters, counters_count… in magma_connection_enable_performance_counters()
342 …ion_clear_performance_counters(magma_connection_t connection, uint64_t* counters, uint64_t counter… in magma_connection_clear_performance_counters() argument
345 return ctx->magma_connection_clear_performance_counters(ctx, connection, counters, counters_count); in magma_connection_clear_performance_counters()
Dmagma_enc.cpp1760 …ance_counters_enc(void *self , magma_connection_t connection, uint64_t* counters, uint64_t counter… in magma_connection_enable_performance_counters_enc() argument
1762 …_counters(connection:%lu, counters:%p, counters_count:%lu)", connection, counters, counters_count); in magma_connection_enable_performance_counters_enc()
1783 memcpy(ptr, counters, __size_counters);ptr += __size_counters; in magma_connection_enable_performance_counters_enc()
2034 …ance_counters_enc(void *self , magma_connection_t connection, uint64_t* counters, uint64_t counter… in magma_connection_clear_performance_counters_enc() argument
2036 …_counters(connection:%lu, counters:%p, counters_count:%lu)", connection, counters, counters_count); in magma_connection_clear_performance_counters_enc()
2057 memcpy(ptr, counters, __size_counters);ptr += __size_counters; in magma_connection_clear_performance_counters_enc()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dperformance_query_begin_common.adoc21 ename:VK_QUERY_TYPE_PERFORMANCE_QUERY_KHR and one of the counters used
27 ename:VK_QUERY_TYPE_PERFORMANCE_QUERY_KHR and one of the counters used
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma.h456 uint64_t* counters,
542 uint64_t* counters,
/hardware/google/gfxstream/host/magma/
DDecoder.h72 …on_enable_performance_counters(magma_connection_t connection, uint64_t* counters, uint64_t counter…
78 …ion_clear_performance_counters(magma_connection_t connection, uint64_t* counters, uint64_t counter…
DDecoder.cpp302 uint64_t* counters, in magma_connection_enable_performance_counters() argument
342 uint64_t* counters, in magma_connection_clear_performance_counters() argument
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Dv3d_drm.h455 __u8 counters[DRM_V3D_MAX_PERF_COUNTERS]; member
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp99 nan_dbg_cntrs counters; variable
1734 counters.transmit_recv++; in handleEvent()
1740 counters.transmit_txs++; in handleEvent()
2383 counters.dp_req_evt++; in handleEvent()
2445 counters.dp_confirm_evt++; in handleEvent()
4275 memset(&counters, 0, sizeof(counters)); in nan_reset_dbg_counters()
4310 ALOGI("Num Data Path Requests %d\n", counters.dp_req); in nan_dump_dbg_counters()
4311 ALOGI("Num Data Path Responses %d\n", counters.dp_resp); in nan_dump_dbg_counters()
4312 ALOGI("Num Data Path Confirms %d\n", counters.dp_confirm_evt); in nan_dump_dbg_counters()
4313 ALOGI("Num Data Path Request Events %d\n", counters.dp_req_evt); in nan_dump_dbg_counters()
[all …]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp109 nan_dbg_cntrs counters; variable
3071 counters.transmit_recv++; in handleEvent()
3077 counters.transmit_txs++; in handleEvent()
3830 counters.dp_req_evt++; in handleEvent()
3887 counters.dp_confirm_evt++; in handleEvent()
6023 memset(&counters, 0, sizeof(counters)); in nan_reset_dbg_counters()
6092 ALOGI("Num Data Path Requests %d\n", counters.dp_req); in nan_dump_dbg_counters()
6093 ALOGI("Num Data Path Responses %d\n", counters.dp_resp); in nan_dump_dbg_counters()
6094 ALOGI("Num Data Path Confirms %d\n", counters.dp_confirm_evt); in nan_dump_dbg_counters()
6095 ALOGI("Num Data Path Request Events %d\n", counters.dp_req_evt); in nan_dump_dbg_counters()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dqueries.adoc110 elink:VkQueryPipelineStatisticFlagBits specifying which counters will be
523 Performance queries record performance counters to a query pool.
870 counters used to create pname:queryPool was
877 counters used to create pname:queryPool was
1612 of sname:VkPipeline counters.
1613 These counters are accumulated by Vulkan for a set of either drawing or
1624 When a pipeline statistics query begins, all statistics counters are set to
1640 command buffers, individually enabling pipeline statistics counters, are:
1735 Any or all counters may: be affected by the issues described in
1740 task shaders, which may affect several of the counters in unexpected ways.
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.c925 wsi_display_surface_get_surface_counters(VkSurfaceCounterFlagsEXT *counters) in wsi_display_surface_get_surface_counters() argument
927 *counters = VK_SURFACE_COUNTER_VBLANK_BIT_EXT; in wsi_display_surface_get_surface_counters()
945 struct wsi_surface_supported_counters *counters = in wsi_display_surface_get_capabilities2() local
950 if (counters) { in wsi_display_surface_get_capabilities2()
951 result = wsi_display_surface_get_surface_counters(&counters->supported_surface_counters); in wsi_display_surface_get_capabilities2()
Dwsi_common.c817 struct wsi_surface_supported_counters counters = { in wsi_GetPhysicalDeviceSurfaceCapabilities2EXT() local
825 .pNext = &counters, in wsi_GetPhysicalDeviceSurfaceCapabilities2EXT()
844 ext_caps->supportedSurfaceCounters = counters.supported_surface_counters; in wsi_GetPhysicalDeviceSurfaceCapabilities2EXT()
/hardware/interfaces/tetheroffload/control/1.0/
DIOffloadControl.hal85 * upstream interface. After returning the statistics, the counters are reset to zero.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_INTEL_performance_query/
Dqueries.adoc79 boolean result which tells whether hardware counters can be captured.
/hardware/interfaces/wifi/1.0/
Dtypes.hal433 * WME Best Effort Access Category packet counters.
437 * WME Background Access Category packet counters.
441 * WME Video Access Category packet counters.
445 * WME Voice Access Category packet counters.
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp6984 …KAN_HPP_NAMESPACE::PerformanceCounterKHR, PerformanceCounterKHRAllocator> & counters = data_.first; in enumerateQueueFamilyPerformanceQueryCountersKHR() local
6993 counters.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
6995 …amilyIndex, &counterCount, reinterpret_cast<VkPerformanceCounterKHR *>( counters.data() ), reinter… in enumerateQueueFamilyPerformanceQueryCountersKHR()
6999 VULKAN_HPP_ASSERT( counterCount <= counters.size() ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
7000 if ( counterCount < counters.size() ) in enumerateQueueFamilyPerformanceQueryCountersKHR()
7002 counters.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
7015 …KAN_HPP_NAMESPACE::PerformanceCounterKHR, PerformanceCounterKHRAllocator> & counters = data_.first; in enumerateQueueFamilyPerformanceQueryCountersKHR() local
7024 counters.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
7026 …amilyIndex, &counterCount, reinterpret_cast<VkPerformanceCounterKHR *>( counters.data() ), reinter… in enumerateQueueFamilyPerformanceQueryCountersKHR()
7030 VULKAN_HPP_ASSERT( counterCount <= counters.size() ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
[all …]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h4444 pktq_log_counters_v01_t counters[WL_IOV_MAC_PARAM_LEN][WL_IOV_PKTQ_LOG_PRECS]; member
4450 pktq_log_counters_v02_t counters[WL_IOV_MAC_PARAM_LEN][WL_IOV_PKTQ_LOG_PRECS]; member

12