Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:isTraceOpened
(Results
1 - 15
of
15
) sorted by relevance
/base/hiviewdfx/hiview/base/event_store/utility/reader/
H
A
D
content_reader_version_2.cpp
76
uint8_t
isTraceOpened
: 1;
member
125
header.
isTraceOpened
= ContentHeaderV2.
isTraceOpened
;
in GetContentHeader()
H
A
D
content_reader_version_1.cpp
76
uint8_t
isTraceOpened
: 1;
member
123
header.
isTraceOpened
= contentHeaderV1.
isTraceOpened
;
in GetContentHeader()
H
A
D
content_reader.cpp
37
if (header.
isTraceOpened
== 1) { // 1: include trace info, 0: exclude trace info
in UpdateParamCnt()
/base/hiviewdfx/hiview/base/event_raw/encoded/
H
A
D
raw_data_builder.cpp
41
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
D
easy_event_builder.h
42
uint8_t
isTraceOpened
: 1;
member
/base/hiviewdfx/hiview/base/event_store/store/include/
H
A
D
sys_event_repeat_guard.h
34
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
D
raw_data_base_def.h
73
uint8_t
isTraceOpened
: 1;
member
H
A
D
hisysevent.h
317
.
isTraceOpened
= 0,
/base/hiviewdfx/hiview/base/event_store/include/
H
A
D
base_def.h
115
uint8_t
isTraceOpened
: 1;
member
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/
H
A
D
hisysevent_easy.c
87
header->
isTraceOpened
= 0; // no need to allocate memory for trace info.
in InitEventHeader()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H
A
D
hisysevent.cpp
101
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
D
raw_data_base_def.h
109
uint8_t
isTraceOpened
: 1;
member
/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H
A
D
decoded_event.h
138
.
isTraceOpened
= 0,
/base/hiviewdfx/hiview/base/event_raw/decoded/
H
A
D
decoded_event.cpp
115
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
D
raw_data_builder.h
531
.
isTraceOpened
= 0,
Completed in 9 milliseconds