Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_parser.cc948 protos::pbzero::DmaHeapStatFtraceEvent::Decoder dma_heap(data.data, in ParseDmaHeapStat() local
954 timestamp, static_cast<double>(dma_heap.total_allocated()), track); in ParseDmaHeapStat()
962 timestamp, static_cast<double>(dma_heap.len()), track); in ParseDmaHeapStat()
967 if (dma_heap.len() > 0) { in ParseDmaHeapStat()
969 async_track, static_cast<int64_t>(dma_heap.inode())); in ParseDmaHeapStat()
970 std::string buf = std::to_string(dma_heap.len() / 1024) + " kB"; in ParseDmaHeapStat()
976 async_track, static_cast<int64_t>(dma_heap.inode())); in ParseDmaHeapStat()