Home
last modified time | relevance | path

Searched defs:diskioInfo (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/pbreader_parser/
Ddiskio_parser_test.cpp71 auto diskioInfo(std::make_unique<DiskioData>()); in SetDiskioData() local
97 auto diskioInfo = std::make_unique<DiskioData>(); variable
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/pbreader_parser/process_parser/
Dpbreader_process_parser.cpp51 auto diskioInfo = std::make_unique<DiskioInfo>( in Parse() local
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_data_plugin.cpp529 template <typename T> bool ProcessDataPlugin::GetDiskioData(std::string& line, T& diskioInfo) in GetDiskioData()