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:value_
(Results
1 - 16
of
16
) sorted by relevance
/developtools/profiler/device/base/src/
H
A
D
std_semaphore.cpp
17
StdSemaphore::StdSemaphore(unsigned int value) :
value_
(value) {}
in StdSemaphore()
24
while (
value_
== 0) {
in Wait()
27
--
value_
;
in Wait()
39
if (
value_
== 0) {
in TryWaitLocked()
42
--
value_
;
in TryWaitLocked()
49
if (
value_
== 0) {
in TimedWait()
62
++
value_
;
in Post()
70
return
value_
;
in Value()
H
A
D
std_semaphore.h
38
volatile unsigned int
value_
;
member in StdSemaphore
/developtools/profiler/hiebpf/src/
H
A
D
kernel_symbol_info.cpp
27
str >> std::hex >> symbol.
value_
;
in GetSymbol()
65
*(reinterpret_cast<uint64_t *>(p)) = symbol.
value_
;
in GetBinary()
89
uint64_t vaddrStart = prevSymbol.
value_
;
in GetSymbolData()
96
if (prevSymbol.
value_
>= currSymbol.
value_
) {
in GetSymbolData()
100
prevSymbol.size_ = currSymbol.
value_
- prevSymbol.
value_
;
in GetSymbolData()
115
uint64_t vaddrEnd = prevSymbol.
value_
+ prevSymbol.size_;
in GetSymbolData()
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
dwarf_encoding.cpp
27
value_
[0] = ReadValue(data);
in DwarfEncoding()
64
return
value_
[0];
in GetValue()
70
return
value_
[0] + vaddrBase_;
in GetAppliedValue()
72
return
value_
[0] + vaddrText_;
in GetAppliedValue()
74
return
value_
[0] + vaddrPC_;
in GetAppliedValue()
78
return
value_
[0];
in GetAppliedValue()
/developtools/hiperf/src/
H
A
D
dwarf_encoding.cpp
27
value_
[0] = ReadValue(data);
in DwarfEncoding()
64
return
value_
[0];
in GetValue()
70
return
value_
[0] + vaddrBase_;
in GetAppliedValue()
72
return
value_
[0] + vaddrText_;
in GetAppliedValue()
74
return
value_
[0] + vaddrPC_;
in GetAppliedValue()
78
return
value_
[0];
in GetAppliedValue()
H
A
D
perf_file_format.cpp
422
CHECK_TRUE(!Read(
value_
), NO_RETVAL, 0, "");
427
value_
= v;
435
Write(
value_
);
441
return sizeof(
value_
);
446
v =
value_
;
/developtools/smartperf_host/trace_streamer/src/parser/
H
A
D
common_types.h
84
value_
(point.
value_
),
in TracePoint()
101
value_
= point.
value_
;
in operator =()
115
int64_t
value_
= 0;
member in SysTuning::TraceStreamer::TracePoint
H
A
D
print_event_parser.cpp
140
auto cookie = static_cast<int64_t>(point.
value_
);
in ParseStartEvent()
153
auto cookie = static_cast<int64_t>(point.
value_
);
in ParseFinishEvent()
167
point.
value_
);
in ParseCreateEvent()
175
auto cookie = static_cast<int64_t>(point.
value_
);
in ParseGEvent()
180
auto cookie = static_cast<int64_t>(point.
value_
);
in ParseHEvent()
491
outPoint.
value_
= base::StrToInt<int64_t>(valueStr).value();
in HandlerCSF()
541
outPoint.
value_
= base::StrToInt<int64_t>(std::string(pointStr.data() + valueIndex, valueLen)).value();
in HandlerGH()
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/
H
A
D
trace_stdtype.cpp
26
value_
.emplace_back(value);
in AppendNewData()
39
return
value_
;
in Value()
75
value_
.emplace_back(value);
in AppendNewData()
92
return
value_
;
in Value()
H
A
D
trace_stdtype.h
92
std::deque<int32_t>
value_
= {};
member in SysTuning::TraceStdtype::GpuCounter
121
std::deque<int32_t>
value_
= {};
member in SysTuning::TraceStdtype::SliceData
/developtools/profiler/hiebpf/include/
H
A
D
kernel_symbol_info.h
37
uint64_t
value_
= 0;
member
/developtools/hiperf/include/
H
A
D
dwarf_encoding.h
123
uint64_t
value_
[2] = {0, 0};
member in OHOS::Developtools::HiPerf::DwarfEncoding
H
A
D
perf_file_format.h
220
uint64_t
value_
;
member in OHOS::Developtools::HiPerf::PerfFileSectionU64
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/
H
A
D
common_stdtype.h
291
value_
.clear();
297
std::deque<std::string>
value_
= {};
H
A
D
common_stdtype.cpp
306
value_
.emplace_back(value);
in AppendNewData()
320
return
value_
;
in Value()
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
dwarf_encoding.h
123
uint64_t
value_
[2] = {0, 0};
member in OHOS::Developtools::NativeDaemon::DwarfEncoding
Completed in 10 milliseconds