Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/table/monitor/
Dmemory_dma_table.cpp77 sqlite3_result_int(context_, DmaMemDataObj_.Fds()[CurrentRow()]); in Column()
Dmemory_ashmem_table.cpp84 sqlite3_result_int(context_, AshMemDataObj_.Fds()[CurrentRow()]); in Column()
/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Dfile_system_sample_table.cpp228 if (fileSystemSampleTableObj_.Fds()[CurrentRow()] != INVALID_INT32) { in Column()
229 …sqlite3_result_int64(context_, static_cast<int64_t>(fileSystemSampleTableObj_.Fds()[CurrentRow()])… in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/ebpf/
Dfile_system_sample_table.cpp228 if (fileSystemSampleTableObj_.Fds()[CurrentRow()] != INVALID_INT32) { in Column()
229 …sqlite3_result_int64(context_, static_cast<int64_t>(fileSystemSampleTableObj_.Fds()[CurrentRow()])… in Column()
/developtools/smartperf_host/trace_streamer/test/unittest/
Debpf_file_system_test.cpp123 auto fd = stream_.traceDataCache_->GetConstFileSystemSample().Fds()[0];
205 auto fd = stream_.traceDataCache_->GetConstFileSystemSample().Fds()[0];
286 auto fd = stream_.traceDataCache_->GetConstFileSystemSample().Fds()[0];
368 auto fd = stream_.traceDataCache_->GetConstFileSystemSample().Fds()[0];
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1503 const std::deque<int32_t>& FileSystemSample::Fds() const in Fds() function in SysTuning::TraceStdtype::FileSystemSample
3276 const std::deque<uint32_t>& AshMemData::Fds() const in Fds() function in SysTuning::TraceStdtype::AshMemData
3345 const std::deque<uint32_t>& DmaMemData::Fds() const in Fds() function in SysTuning::TraceStdtype::DmaMemData
Dtrace_stdtype.h1323 const std::deque<int32_t>& Fds() const;
2589 const std::deque<uint32_t>& Fds() const;
2643 const std::deque<uint32_t>& Fds() const;
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1496 const std::deque<int32_t>& FileSystemSample::Fds() const in Fds() function in SysTuning::TraceStdtype::FileSystemSample
Dtrace_stdtype.h1318 const std::deque<int32_t>& Fds() const;