Home
last modified time | relevance | path

Searched refs:isTraceOpened (Results 1 - 15 of 15) sorted by relevance

/base/hiviewdfx/hiview/base/event_store/utility/reader/
H A Dcontent_reader_version_2.cpp76 uint8_t isTraceOpened : 1; member
125 header.isTraceOpened = ContentHeaderV2.isTraceOpened; in GetContentHeader()
H A Dcontent_reader_version_1.cpp76 uint8_t isTraceOpened : 1; member
123 header.isTraceOpened = contentHeaderV1.isTraceOpened; in GetContentHeader()
H A Dcontent_reader.cpp37 if (header.isTraceOpened == 1) { // 1: include trace info, 0: exclude trace info in UpdateParamCnt()
/base/hiviewdfx/hiview/base/event_raw/encoded/
H A Draw_data_builder.cpp41 if (header.isTraceOpened == 1) { in RawDataBuilder()
61 if (header_.isTraceOpened == 1 && in BuildHeader()
207 header_.isTraceOpened = 1; in AppendTraceId()
214 header_.isTraceOpened = 1; in AppendSpanId()
221 header_.isTraceOpened = 1; in AppendPSpanId()
228 header_.isTraceOpened = 1; in AppendTraceFlag()
236 header_.isTraceOpened = 1; // 1: include trace info, 0: exclude trace info. in AppendTraceInfo()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/include/
H A Deasy_event_builder.h42 uint8_t isTraceOpened : 1; member
/base/hiviewdfx/hiview/base/event_store/store/include/
H A Dsys_event_repeat_guard.h34 dataSize|header|TraceInfo(when isTraceOpened == 1) in Parse()
40 if (head.isTraceOpened == 1) { in Parse()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Draw_data_base_def.h73 uint8_t isTraceOpened : 1; member
H A Dhisysevent.h317 .isTraceOpened = 0,
/base/hiviewdfx/hiview/base/event_store/include/
H A Dbase_def.h115 uint8_t isTraceOpened : 1; member
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/
H A Dhisysevent_easy.c87 header->isTraceOpened = 0; // no need to allocate memory for trace info. in InitEventHeader()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dhisysevent.cpp101 header_.isTraceOpened = 1; // 1: include trace info, 0: exclude trace info. in WritebaseInfo()
108 header_.isTraceOpened = 0; // 1: include trace info, 0: exclude trace info. in WritebaseInfo()
121 if (header_.isTraceOpened == 1 && in WritebaseInfo()
/base/hiviewdfx/hiview/base/event_raw/include/base/
H A Draw_data_base_def.h109 uint8_t isTraceOpened : 1; member
/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H A Ddecoded_event.h138 .isTraceOpened = 0,
/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_event.cpp115 if (header_.isTraceOpened == 1) { in AppendBaseInfo()
285 if (header_.isTraceOpened == 1) { // 1: include trace info, 0: exclude trace info in ParseHeader()
/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Draw_data_builder.h531 .isTraceOpened = 0,

Completed in 9 milliseconds