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
defs:clockId
(Results
1 - 16
of
16
) sorted by relevance
/developtools/profiler/timestamps/
H
A
D
timestamps.cpp
26
clockid_t
clockId
;
member
/developtools/smartperf_host/trace_streamer/src/base/
H
A
D
htrace_plugin_time_parser.cpp
20
void HtracePluginTimeParser::UpdatePluginTimeRange(ClockId
clockId
, uint64_t asyncTimestamp, uint64_t syncTimestamp)
in UpdatePluginTimeRange()
argument
H
A
D
clock_filter.h
44
ClockId
clockId
;
member
H
A
D
pbreader_file_header.h
64
int32_t
clockId
;
member
/developtools/profiler/device/plugins/api/include/
H
A
D
writer.h
27
virtual void SetClockId(clockid_t
clockId
) {}
in SetClockId()
argument
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
stack_data_repeater.cpp
142
RawStackPtr StackDataRepeater::TakeRawData(uint32_t during, clockid_t
clockId
, uint32_t batchCount,
in TakeRawData()
argument
/developtools/hiperf/test/unittest/common/native/
H
A
D
perf_events_test.cpp
138
const int
clockId
= 1;
in SetAllConfig()
local
/developtools/profiler/device/plugins/api/src/
H
A
D
plugin_module.cpp
101
void PluginModule::SetClockId(clockid_t
clockId
)
in SetClockId()
argument
H
A
D
plugin_manager.cpp
423
clockid_t
clockId
= pluginModules_[pluginId]->GetClockId();
in PullResult()
local
452
clockid_t
clockId
= pluginModules_[pluginId]->GetClockId();
in PullResult()
local
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
H
A
D
ebpf_base.cpp
35
auto
clockId
= reader->GetEbpfDataHeader()->header.clock;
in InitEbpfDataParser()
local
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
hook_common.h
179
clockid_t
clockId
= CLOCK_REALTIME;
variable
/developtools/smartperf_host/trace_streamer/src/parser/
H
A
D
common_types.h
66
std::atomic<BuiltinClocks>
clockId
;
member
/developtools/profiler/device/base/src/
H
A
D
common.cpp
643
clockid_t
clockId
= CLOCK_REALTIME;
in GetClockId()
local
651
std::string GetClockStr(const int32_t
clockId
)
in GetClockStr()
argument
/developtools/hiperf/interfaces/innerkits/native/src/
H
A
D
hiperf_client.cpp
299
void RecordOption::SetClockId(const std::string &
clockId
)
in SetClockId()
argument
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/
H
A
D
pbreader_parser.cpp
671
BuiltinClocks
clockId
= TS_CLOCK_REALTIME;
in ParseMemory()
local
/developtools/hiperf/include/
H
A
D
perf_events.h
398
void SetClockId(int
clockId
)
in SetClockId()
argument
Completed in 18 milliseconds