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:SetClockId
(Results
1 - 18
of
18
) sorted by relevance
/developtools/profiler/device/plugins/api/include/
H
A
D
writer.h
27
virtual void
SetClockId
(clockid_t clockId) {}
in SetClockId()
function in Writer
/developtools/profiler/device/plugins/ffrt_profiler/client/include/
H
A
D
ffrt_profiler.h
38
void
SetClockId
(int32_t type)
in SetClockId()
function in OHOS::Developtools::Profiler::FfrtProfiler
/developtools/profiler/device/plugins/network_profiler/client/include/
H
A
D
network_profiler.h
43
void
SetClockId
(int32_t type)
in SetClockId()
function in OHOS::Developtools::Profiler::NetworkProfiler
/developtools/profiler/device/plugins/api/src/
H
A
D
plugin_module.cpp
101
void PluginModule::
SetClockId
(clockid_t clockId)
in SetClockId()
function in PluginModule
104
PROFILER_LOG_INFO(LOG_CORE, "
SetClockId
: plugin=%s, clock=%d", GetPluginName().c_str(), clockId);
in SetClockId()
106
writerAdapter_->GetWriter()->
SetClockId
(clockId);
in SetClockId()
H
A
D
buffer_writer.h
50
void
SetClockId
(clockid_t clockId) override
H
A
D
plugin_module.h
78
void
SetClockId
(clockid_t clockId);
H
A
D
plugin_manager.cpp
260
pluginModules_[it->second]->
SetClockId
(COMMON::GetClockId(config[idx].clock()));
in CreatePluginSession()
/developtools/profiler/device/plugins/ffrt_profiler/client/src/
H
A
D
ffrt_profiler_socker_client.cpp
75
profiler_->
SetClockId
(config->clock);
in ProtocolProc()
/developtools/hiperf/test/fuzztest/clientapi_fuzzer/
H
A
D
ClientApi_fuzzer.cpp
74
opt.
SetClockId
(stringArg);
in FuzzClientApiOption()
/developtools/profiler/device/plugins/network_profiler/client/src/
H
A
D
network_profiler_socker_client.cpp
73
profiler_->
SetClockId
(config->clock);
in ProtocolProc()
/developtools/hiperf/interfaces/innerkits/native/include/
H
A
D
hiperf_client.h
169
void
SetClockId
(const std::string &clockId);
/developtools/hiperf/test/unittest/common/native/
H
A
D
hiperf_client_test.cpp
438
HWTEST_F(HiperfClientTest,
SetClockId
, TestSize.Level1)
in HWTEST_F()
443
opt.
SetClockId
("monotonic");
in HWTEST_F()
H
A
D
perf_events_test.cpp
139
event.
SetClockId
(clockId);
in SetAllConfig()
/developtools/profiler/device/plugins/api/test/unittest/
H
A
D
plugin_module_test.cpp
92
plugin->
SetClockId
(COMMON::GetClockId("realtime"));
in HWTEST_F()
/developtools/hiperf/interfaces/kits/js/napi/
H
A
D
hiperf_client_napi.cpp
420
static napi_value
SetClockId
(napi_env env, napi_callback_info info)
in SetClockId()
function
425
g_hiperfRecordOption->
SetClockId
(option);
in SetClockId()
665
DECLARE_NAPI_FUNCTION("setClockId",
SetClockId
),
in HiperfClientInit()
/developtools/hiperf/include/
H
A
D
perf_events.h
398
void
SetClockId
(int clockId)
in SetClockId()
function in OHOS::Developtools::HiPerf::PerfEvents
/developtools/hiperf/interfaces/innerkits/native/src/
H
A
D
hiperf_client.cpp
299
void RecordOption::
SetClockId
(const std::string &clockId)
in SetClockId()
function in OHOS::Developtools::HiPerf::HiperfClient::RecordOption
/developtools/hiperf/src/
H
A
D
subcommand_record.cpp
841
perfEvents_.
SetClockId
(GetClockId(clockId_));
in PreparePerfEvent()
Completed in 14 milliseconds