Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 7 of 7) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dperf_event_record_test.cpp76 std::vector<uint8_t> buff; variable
111 std::vector<uint8_t> buff; variable
150 std::vector<uint8_t> buff; variable
185 std::vector<uint8_t> buff; variable
207 std::vector<uint8_t> buff; variable
230 std::vector<uint8_t> buff; variable
253 std::vector<uint8_t> buff; variable
275 std::vector<uint8_t> buff; variable
428 std::vector<uint8_t> buff; variable
563 std::vector<uint8_t> buff; variable
[all …]
Dperf_file_format_test.cpp92 char buff[BIGK] = {0}; variable
130 char buff[BIGK] = {0}; variable
168 char buff[BIGK] = {0}; variable
186 char buff[BIGK] = {0}; variable
240 char buff[BIGK] = {0}; variable
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Dperf_file_reader.cpp80 std::unique_ptr<PerfFileReader> PerfFileReader::Instance(const uint8_t *buff, size_t size) in Instance()
109 PerfFileReader::PerfFileReader(const uint8_t *buff, size_t size) : buff_(buff), buffSize_(size) in PerfFileReader()
/developtools/profiler/device/plugins/hiperf_plugin/test/unittest/
Dhiperf_plugin_unittest.cpp174 char buff[perfDataHeaderLen] = {0}; in CheckRecordFile() local
/developtools/profiler/device/plugins/hidump_plugin/test/unittest/
Dhidump_plugin_unittest.cpp228 char buff[BUF_MAX_LEN] = {0}; in RecordFileExist() local
/developtools/profiler/device/plugins/hilog_plugin/src/
Dhilog_plugin.cpp441 char buff[TIME_BUFF_LEN] = {0}; in TimeStringToNS() local
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/
Dhilog_plugin_unittest.cpp111 char buff[BUF_MAX_LEN] = {0}; in RecordFileExist() local
979 char buff[FILE_NAME_LEN] = {0}; variable