Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc38990 const size_t max_iovecs = total_slices + packets.size(); in ReadBuffers() local
38994 std::unique_ptr<struct iovec[]> iovecs(new struct iovec[max_iovecs]); in ReadBuffers()
39021 PERFETTO_DCHECK(num_iovecs <= max_iovecs); in ReadBuffers()
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp53191 const size_t max_iovecs = total_slices + packets.size(); in ReadBuffers() local
53195 std::unique_ptr<struct iovec[]> iovecs(new struct iovec[max_iovecs]); in ReadBuffers()
53222 PERFETTO_DCHECK(num_iovecs <= max_iovecs); in ReadBuffers()