Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/network_profiler/service/include/
Dnetwork_profiler_common.h43 struct alignas(ALIGNAS_LEN) NetworkEvent { //8 is 8 bit struct
44 int32_t type = static_cast<int32_t>(NetworkEventType::INVALID); argument
45 int32_t tid = 0;
46 struct timespec ts;
47 char threadName[MAX_TNAME_LEN] = {0};