Home
last modified time | relevance | path

Searched refs:Data (Results 1 – 25 of 29) sorted by relevance

12

/developtools/smartperf_host/ide/src/doc/md/
Dquickstart_ability_monitor.md94 + Data Read:从磁盘读取到内存的总字节数。
95 + Data Read/sec:每秒从磁盘读取到内存的字节数。
96 + Data Write:从磁盘写入磁盘的总字节数。
97 + Data Write/sec:每秒从内存写入磁盘的字节数。
106 + Data Received:接收的网络数据总字节数。
107 + Data Received/sec:每秒接收的网络数据字节数。
108 + Data Send:发送的网络数据总字节数。
109 + Data Send/sec:每秒发送的网络数据字节数。
Dquickstart_smaps.md29 + Type: 将抓取到的信息根据Type归类,分四类,Data,Text,Const,Other。
41 + Type: 将抓取到的信息根据Type归类,Data,Text,Const,Other。
/developtools/profiler/host/smartperf/ide/src/doc/md/
Dquickstart_ability_monitor.md94 + Data Read:从磁盘读取到内存的总字节数。
95 + Data Read/sec:每秒从磁盘读取到内存的字节数。
96 + Data Write:从磁盘写入磁盘的总字节数。
97 + Data Write/sec:每秒从内存写入磁盘的字节数。
106 + Data Received:接收的网络数据总字节数。
107 + Data Received/sec:每秒接收的网络数据字节数。
108 + Data Send:发送的网络数据总字节数。
109 + Data Send/sec:每秒发送的网络数据字节数。
Dquickstart_smaps.md29 + Type: 将抓取到的信息根据Type归类,分四类,Data,Text,Const,Other。
41 + Type: 将抓取到的信息根据Type归类,Data,Text,Const,Other。
/developtools/hdc/src/common/
Dcircle_buffer.cpp30 Data *data = iter->second; in ~CircleBuffer()
43 Data *data = iter->second; in Malloc()
52 Data *data = new(std::nothrow) Data(); in Malloc()
75 Data *data = buffers_[key]; in Free()
87 Data *data = iter->second; in FreeMemory()
Dcircle_buffer.h31 struct Data { struct
46 std::map<uint64_t, Data *> buffers_; argument
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/htrace_event_parser/
Dhtrace_event_parser.cpp321 ProtoReader::BinderTransactionAllocBufFormat_Reader msg(event.Data(), event.Size()); in BinderTractionAllocBufEvent()
331 ProtoReader::BinderTransactionFormat_Reader msg(event.Data(), event.Size()); in BinderTractionEvent()
347 ProtoReader::BinderTransactionReceivedFormat_Reader msg(event.Data(), event.Size()); in BinderTractionReceivedEvent()
356 ProtoReader::BinderLockFormat_Reader msg(event.Data(), event.Size()); in BinderTractionLockEvent()
365 ProtoReader::BinderLockedFormat_Reader msg(event.Data(), event.Size()); in BinderTractionLockedEvent()
373 ProtoReader::BinderUnlockFormat_Reader msg(event.Data(), event.Size()); in BinderTractionUnLockEvent()
380 ProtoReader::SchedSwitchFormat_Reader msg(event.Data(), event.Size()); in SchedSwitchEvent()
408 ProtoReader::SchedBlockedReasonFormat_Reader msg(event.Data(), event.Size()); in SchedBlockReasonEvent()
423 ProtoReader::SchedProcessExitFormat_Reader msg(event.Data(), event.Size()); in ProcessExitEvent()
438 ProtoReader::SchedProcessFreeFormat_Reader msg(event.Data(), event.Size()); in ProcessFreeEvent()
[all …]
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/htrace_event_parser/
Dhtrace_event_parser.cpp322 ProtoReader::BinderTransactionAllocBufFormat_Reader msg(event.Data(), event.Size()); in BinderTractionAllocBufEvent()
332 ProtoReader::BinderTransactionFormat_Reader msg(event.Data(), event.Size()); in BinderTractionEvent()
348 ProtoReader::BinderTransactionReceivedFormat_Reader msg(event.Data(), event.Size()); in BinderTractionReceivedEvent()
357 ProtoReader::BinderLockFormat_Reader msg(event.Data(), event.Size()); in BinderTractionLockEvent()
366 ProtoReader::BinderLockedFormat_Reader msg(event.Data(), event.Size()); in BinderTractionLockedEvent()
374 ProtoReader::BinderUnlockFormat_Reader msg(event.Data(), event.Size()); in BinderTractionUnLockEvent()
381 ProtoReader::SchedSwitchFormat_Reader msg(event.Data(), event.Size()); in SchedSwitchEvent()
409 ProtoReader::SchedBlockedReasonFormat_Reader msg(event.Data(), event.Size()); in SchedBlockReasonEvent()
424 ProtoReader::SchedProcessExitFormat_Reader msg(event.Data(), event.Size()); in ProcessExitEvent()
439 ProtoReader::SchedProcessFreeFormat_Reader msg(event.Data(), event.Size()); in ProcessFreeEvent()
[all …]
/developtools/smartperf_host/trace_streamer/src/proto_reader/include/
Ddata_area.h99 return CharsView{reinterpret_cast<const char*>(Data()), size_}; in ToString()
109 return BytesView(Data(), size_); in ToBytes()
112 const uint8_t* Data() const in Data() function
Dproto_reader_help.h48 const uint8_t* Data() const in Data() function
Dproto_reader.h243 …return PackedRepeatedDataAreaIterator<wireType, cppType>(dataArea.Data(), dataArea.Size(), parseEr… in GetPackedRepeated()
/developtools/profiler/host/smartperf/trace_streamer/src/proto_reader/include/
Ddata_area.h99 return CharsView{reinterpret_cast<const char*>(Data()), size_}; in ToString()
109 return BytesView(Data(), size_); in ToBytes()
112 const uint8_t* Data() const in Data() function
Dproto_reader_help.h48 const uint8_t* Data() const in Data() function
Dproto_reader.h243 …return PackedRepeatedDataAreaIterator<wireType, cppType>(dataArea.Data(), dataArea.Size(), parseEr… in GetPackedRepeated()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DLineData.ets21 * Data object that encapsulates all data associated with a LineChart.
DRadarData.ets23 * Data container for the RadarChart.
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/
DcomponentGridTest.ets28 this.dataArrayA, //Data array
/developtools/profiler/protos/types/plugins/memory_data/
Dmemory_plugin_result.proto21 // Data format of memory collect plug-in.
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/memory_data/
Dmemory_plugin_result.proto21 // Data format of memory collect plug-in.
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Doffline_symbolization_filter.cpp140 auto mangle = reinterpret_cast<const char*>(symbolTable->str_table().Data() + symbolStart); in OfflineSymbolization()
Dnative_hook_filter.cpp95 ProtoReader::Frame_Reader reader(frame.Data(), frame.Size()); in ParseFrame()
124 std::string_view frameStr(reinterpret_cast<const char*>(itor->Data()), itor->Size()); in CompressStackAndFrames()
656 …UpdateSymbolTablePtrAndStValueToSymAddrMap(reinterpret_cast<const Elf32_Sym*>(symTable.Data()), si… in ParseSymbolTableEvent()
658 …UpdateSymbolTablePtrAndStValueToSymAddrMap(reinterpret_cast<const Elf64_Sym*>(symTable.Data()), si… in ParseSymbolTableEvent()
/developtools/smartperf_host/trace_streamer/src/filter/
Doffline_symbolization_filter.cpp140 auto mangle = reinterpret_cast<const char*>(symbolTable->str_table().Data() + symbolStart); in OfflineSymbolization()
Dnative_hook_filter.cpp96 ProtoReader::Frame_Reader reader(frame.Data(), frame.Size()); in ParseFrame()
125 std::string_view frameStr(reinterpret_cast<const char*>(itor->Data()), itor->Size()); in CompressStackAndFrames()
664 …UpdateSymbolTablePtrAndStValueToSymAddrMap(reinterpret_cast<const Elf32_Sym*>(symTable.Data()), si… in ParseSymbolTableEvent()
666 …UpdateSymbolTablePtrAndStValueToSymAddrMap(reinterpret_cast<const Elf64_Sym*>(symTable.Data()), si… in ParseSymbolTableEvent()
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/memory_data/
Dmemory_plugin_result.proto21 // Data format of memory collect plug-in.
/developtools/hiperf/
DREADME.md316 ##### Displaying Sampled Data

12