Home
last modified time | relevance | path

Searched defs:eventCount (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/agent/
Dtracing_impl.cpp123 void TracingImpl::Frontend::BufferUsage(double percentFull, int32_t eventCount, double value) in BufferUsage()
241 uint32_t eventCount = 0; in TracingBufferUsageReport() local
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp266 void Tracing::GetBufferUseage(double &percentFull, uint32_t &eventCount, double &value) in GetBufferUseage()
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_events.h1234 BufferUsage &SetEventCount(int32_t eventCount) in SetEventCount()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp1098 … [[maybe_unused]] uint32_t &eventCount, [[maybe_unused]] double &value) in GetTracingBufferUseage()