Home
last modified time | relevance | path

Searched defs:buffSize (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/ffrt_profiler/test/unittest/
Dffrt_profiler_test.cpp93 static constexpr int buffSize = 1024; in RunCommand() local
/developtools/profiler/device/plugins/bytrace_plugin/src/
Dbytrace_module.cpp38 uint32_t buffSize; member
/developtools/hiperf/test/unittest/common/native/
Dperf_event_record_test.cpp79 size_t buffSize = HEADER_SIZE + sizeof(PerfRecordMmapData) - KILO + strlen(data.filename) + 1; variable
115 size_t buffSize = HEADER_SIZE + sizeof(PerfRecordMmap2Data) - KILO + strlen(data.filename) + 1; variable
155 size_t buffSize = HEADER_SIZE + sizeof(PerfRecordCommData) - KILO + strlen(data.comm) + 1; variable
/developtools/profiler/device/plugins/hilog_plugin/src/
Dhilog_plugin.cpp459 size_t buffSize = strlen(buff); in TimeStringToNS() local
/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug_dump.cpp133 constexpr auto buffSize = 1024; in AppendMetaData() local