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:sampleInterval
(Results
1 - 12
of
12
) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/test/fuzztest/nativedaemonsa_fuzzer/
H
A
D
native_daemon_sa_fuzzer.cpp
51
uint32_t
sampleInterval
= 0;
in FuzzNativeDaemonSa()
local
60
sampleInterval
= static_cast<uint32_t>(data[SECOND_CHECK]);
in FuzzNativeDaemonSa()
67
sampleInterval
);
in FuzzNativeDaemonSa()
/developtools/profiler/device/plugins/native_hook/src/
H
A
D
sampling.cpp
26
void Sampling::InitSampling(uint64_t
sampleInterval
)
in InitSampling()
argument
28
sampleInterval_ =
sampleInterval
;
in InitSampling()
H
A
D
hook_client.cpp
402
if (g_ClientConfig.
sampleInterval
> MIN_SAMPLER_INTERVAL && g_sampler.StartSampling(size) == 0) { //0 not sampling
in hook_malloc()
464
if (g_ClientConfig.
sampleInterval
>= THRESHOLD) {
in hook_malloc()
507
if (g_ClientConfig.
sampleInterval
> MIN_SAMPLER_INTERVAL && g_sampler.StartSampling(len) == 0) { //0 not sampling
in hook_aligned_alloc()
569
if (g_ClientConfig.
sampleInterval
>= THRESHOLD) {
in hook_aligned_alloc()
621
if (g_ClientConfig.
sampleInterval
> MIN_SAMPLER_INTERVAL && g_sampler.StartSampling(size * number) == 0) {
in hook_calloc()
675
if (g_ClientConfig.
sampleInterval
>= THRESHOLD) {
in hook_calloc()
730
if (g_ClientConfig.
sampleInterval
> MIN_SAMPLER_INTERVAL && g_sampler.StartSampling(size) == 0) {
in hook_realloc()
792
if (g_ClientConfig.
sampleInterval
>= THRESHOLD) {
in hook_realloc()
877
if (g_ClientConfig.
sampleInterval
>= THRESHOLD) {
in hook_free()
990
if ((fd < 0 && offset == 0) && g_ClientConfig.
sampleInterval
> MIN_SAMPLER_INTERVA
in hook_mmap()
[all...]
H
A
D
hook_socket_client.cpp
122
sampler_->InitSampling(config_->
sampleInterval
);
in ProtocolProc()
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
hook_standalone.h
31
uint32_t
sampleInterval
{0};
64
<< ", responseLibraryMode: " << responseLibraryMode << ",
sampleInterval
: " <<
sampleInterval
in ToString()
H
A
D
hook_common.h
141
sampleInterval
= 0;
in Reset()
167
<< ",
sampleInterval
: " <<
sampleInterval
<< ", responseLibraryMode: " << responseLibraryMode
in ToString()
177
uint32_t
sampleInterval
= 0;
variable
/developtools/smartperf_host/trace_streamer/src/base/
H
A
D
pbreader_file_header.h
68
uint32_t
sampleInterval
; // Polling plugin collection interval(ms)
member
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
main.cpp
115
hookData.
sampleInterval
= static_cast<uint32_t>(IsDigits(args[idx + 1]) ? std::stoi(args[idx + 1]) : 0);
in ParseCommand()
116
if (std::to_string(hookData.
sampleInterval
) != args[idx + 1]) {
in ParseCommand()
H
A
D
hook_standalone.cpp
52
g_nativeConfig.set_sample_interval(hookData.
sampleInterval
);
in SetNativeHookConfig()
H
A
D
hook_manager.cpp
232
clientConfig.
sampleInterval
= hookConfig_.sample_interval();
in GetClientConfig()
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/
H
A
D
pbreader_parser.cpp
681
uint32_t
sampleInterval
= pluginDataZero.sample_interval();
in ParseMemoryConfig()
local
683
std::to_string(
sampleInterval
));
in ParseMemoryConfig()
859
profilerPluginData_.
sampleInterval
= pluginDataZero.sample_interval();
in ParseJSMemory()
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/arkts/
H
A
D
pbreader_js_memory_parser.cpp
340
profilerPluginDataResult.set_sample_interval(profilerPluginData.
sampleInterval
);
in SerializeToString()
Completed in 10 milliseconds