Home
last modified time | relevance | path

Searched refs:baseDataProto (Results 1 - 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_handle.cpp94 auto baseDataProto = protoData.add_ffrt_event(); in ReportCommonData() local
95 SerializeBaseData(baseDataProto, reinterpret_cast<const int8_t*>(base)); in ReportCommonData()
98 baseDataProto->set_process_name(processName_.c_str(), processName_.size()); in ReportCommonData()
102 baseDataProto->set_thread_name(base->threadName, strlen(base->threadName)); in ReportCommonData()
107 void FfrtProfilerHandle::SerializeBaseData(T& baseDataProto, const int8_t* data) in SerializeBaseData() argument
111 baseDataProto->set_tv_sec(baseData->ts.tv_sec); in SerializeBaseData()
112 baseDataProto->set_tv_nsec(baseData->ts.tv_nsec); in SerializeBaseData()
113 baseDataProto->set_pid(pid_); in SerializeBaseData()
114 baseDataProto->set_tid(baseData->tid); in SerializeBaseData()
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H A Dffrt_profiler_handle.h55 void SerializeBaseData(T& baseDataProto, const int8_t* data);
/developtools/profiler/device/plugins/network_profiler/service/include/
H A Dnetwork_profiler_handle.h54 void SerializeBaseData(T& baseDataProto, const int8_t* data);

Completed in 2 milliseconds