Home
last modified time | relevance | path

Searched refs:tracePointType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/interfaces/cj/kits/ffi/src/
H A Dhitracechain_impl.cpp57 HiTraceTracepointType tracePointType = HiTraceTracepointType(type); in Tracepoint() local
58 return HiTraceChain::Tracepoint(communicationMode, tracePointType, id, "%s", fmt); in Tracepoint()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
H A Dnapi_hitrace_js.cpp188 HiTraceTracepointType tracePointType = HiTraceTracepointType(tracePointTypeInt); in Tracepoint() local
201 HiTraceChain::Tracepoint(communicationMode, tracePointType, traceId, "%s", description.c_str()); in Tracepoint()