| /developtools/smartperf_host/ide/test/trace/component/ |
| D | SpRecordTrace.test.ts | 107 sampleInterval: 1000, 195 sampleInterval: 1000, 202 sampleInterval: 1000, 209 sampleInterval: 1000, 221 sampleInterval: 1000, 240 sampleInterval: NaN, 271 …rdTrace.createSdkConfig()).toStrictEqual({ configData: {}, pluginName: '', sampleInterval: 5000 }); 327 sampleInterval: 1000, 342 sampleInterval: 5000, 388 sampleInterval: 1000, [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpRecordConfigModel.ts | 376 sampleInterval: reportingFrequency * 1000, 448 sampleInterval: 1000, 464 sampleInterval: 1000, 480 sampleInterval: 1000, 488 sampleInterval: 1000, 498 sampleInterval: 1000, 505 sampleInterval: 1000, 536 nativeConfig.sampleInterval = spAllocations!.sample_interval; 544 sampleInterval: reportingFrequency * 1000, 689 sampleInterval: reportingFrequency * 1000, [all …]
|
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | sampling.cpp | 26 void Sampling::InitSampling(uint64_t sampleInterval) in InitSampling() argument 28 sampleInterval_ = sampleInterval; in InitSampling()
|
| D | hook_client.cpp | 355 …if (g_ClientConfig.sampleInterval > MIN_SAMPLER_INTERVAL && g_sampler.StartSampling(size) == 0) { … in hook_malloc() 397 if (g_ClientConfig.sampleInterval >= THRESHOLD) { in hook_malloc() 443 …if (g_ClientConfig.sampleInterval > MIN_SAMPLER_INTERVAL && g_sampler.StartSampling(size * number)… in hook_calloc() 474 if (g_ClientConfig.sampleInterval >= THRESHOLD) { in hook_calloc() 513 … if (g_ClientConfig.sampleInterval > MIN_SAMPLER_INTERVAL && g_sampler.StartSampling(size) == 0) { in hook_realloc() 553 if (g_ClientConfig.sampleInterval >= THRESHOLD) { in hook_realloc() 595 if (g_ClientConfig.sampleInterval >= THRESHOLD) { in hook_free() 685 if ((fd < 0 && offset == 0) && g_ClientConfig.sampleInterval > MIN_SAMPLER_INTERVAL in hook_mmap()
|
| D | hook_socket_client.cpp | 72 sampler_->InitSampling(config_->sampleInterval); in ProtocolProc()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | hook_common.h | 107 sampleInterval = 0; in Reset() 127 … << ", sampleInterval: " << sampleInterval << ", responseLibraryMode: " << responseLibraryMode in ToString() 134 uint32_t sampleInterval = 0; member
|
| D | hook_standalone.h | 30 uint32_t sampleInterval {0}; 60 … << ", responseLibraryMode: " << responseLibraryMode << ", sampleInterval: " << sampleInterval; in ToString()
|
| /developtools/smartperf_host/ide/src/trace/component/setting/ |
| D | SpAllocations.ts | 50 private sampleInterval: HTMLInputElement | null | undefined; property in SpAllocations 170 return Number(this.sampleInterval!.value); 226 …this.sampleInterval = this.shadowRoot?.getElementById('sample-interval-input') as HTMLInputElement; 398 if (this.sampleInterval) { 399 this.sampleInterval.disabled = false; 426 if (this.sampleInterval) { 427 this.sampleInterval.disabled = true;
|
| D | SpRecordTemplate.ts | 157 sampleInterval: 1000, 193 sampleInterval: 5000,
|
| D | SpSdkConfig.ts | 34 private sampleInterval: number = 5000; property in SpSdkConfig 94 this.sampleInterval = config?.sampleInterval; 114 return this.sampleInterval;
|
| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | htrace_file_header.h | 82 uint32_t sampleInterval; // Polling plugin collection interval(ms) member
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | hook_standalone.cpp | 59 g_nativeConfig.set_sample_interval(hookData.sampleInterval); in SetNativeHookConfig()
|
| D | main.cpp | 114 hookData.sampleInterval = std::stoi(args[idx + 1], nullptr); in ParseCommand() 115 if (std::to_string(hookData.sampleInterval) != args[idx + 1]) { in ParseCommand()
|
| D | hook_manager.cpp | 205 clientConfig.sampleInterval = hookConfig_.sample_interval(); in GetClientConfig()
|
| /developtools/smartperf_host/ide/src/trace/component/setting/bean/ |
| D | ProfilerServiceTypes.ts | 82 sampleInterval?: number; property 458 sampleInterval?: number; property
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_parser.cpp | 459 uint32_t sampleInterval = pluginDataZero.sample_interval(); in ParseMemoryConfig() local 461 std::to_string(sampleInterval)); in ParseMemoryConfig()
|
| D | htrace_js_memory_parser.cpp | 339 profilerPluginDataResult.set_sample_interval(profilerPluginData.sampleInterval); in SerializeToString()
|