Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 25 of 40) sorted by relevance

12

/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dcpuhp.proto25 int32 idx = 3; field
33 int32 idx = 3; field
41 int32 idx = 3; field
Dcompaction.proto33 uint32 idx = 2; field
43 uint32 idx = 2; field
53 uint32 idx = 2; field
73 uint32 idx = 2; field
103 uint32 idx = 2; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dcpuhp.proto25 int32 idx = 3; field
33 int32 idx = 3; field
41 int32 idx = 3; field
Dcompaction.proto33 uint32 idx = 2; field
43 uint32 idx = 2; field
53 uint32 idx = 2; field
73 uint32 idx = 2; field
103 uint32 idx = 2; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dcpuhp.proto25 int32 idx = 3; field
33 int32 idx = 3; field
41 int32 idx = 3; field
Dcompaction.proto33 uint32 idx = 2; field
43 uint32 idx = 2; field
53 uint32 idx = 2; field
73 uint32 idx = 2; field
103 uint32 idx = 2; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Dcpuhp.proto25 int32 idx = 3; field
33 int32 idx = 3; field
41 int32 idx = 3; field
Dcompaction.proto33 uint32 idx = 2; field
43 uint32 idx = 2; field
53 uint32 idx = 2; field
73 uint32 idx = 2; field
103 uint32 idx = 2; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dcpuhp.proto25 int32 idx = 3; field
33 int32 idx = 3; field
41 int32 idx = 3; field
Dcompaction.proto33 uint32 idx = 2; field
43 uint32 idx = 2; field
53 uint32 idx = 2; field
73 uint32 idx = 2; field
103 uint32 idx = 2; field
/developtools/profiler/device/plugins/native_hook/test/
Dperf_test_data.cpp39 int idx = *static_cast<int*>(param); in UserThread() local
118 for (int idx = 1; idx < argc; ++idx) { in main() local
194 int idx; in main() local
Dhook_test.cpp105 int idx = 0; in ThreadFuncCpp() local
130 int idx = 0; in ThreadFuncCppHook() local
182 int idx; in ThreadTimeCost() local
Dhook_test.c512 int idx; in main() local
537 int idx; in main() local
549 int idx; in main() local
/developtools/smartperf_host/trace_streamer/src/base/
Dfilter_constraints.cpp22 void FilterConstraints::AddConstraint(int32_t idx, int32_t col, unsigned char op, bool isSupport) in AddConstraint()
31 void FilterConstraints::UpdateConstraint(int32_t idx, bool isSupport) in UpdateConstraint()
/developtools/profiler/host/smartperf/ide/src/js-heap/logic/
DHeapLoader.ts346 for (let idx = retainerStart; idx < retainerEnd; idx++) { variable
347 let retainerNodeIdx = this.retainingNodes[idx]; variable
348 let retainerEdgeIdx = this.retainingEdges[idx]; variable
433 for (let idx = 0; idx < this.nodeCount - 1; idx++) { variable
434 let node = this.nodes[orderIdx2NodeIdx[idx]]; variable
460 for (let idx = 0; idx < this.nodeCount; idx++) { variable
841 for (let idx = dominatorFromIdx; idx < dominatorToIdx; idx++) { variable
842 let nodeIdx = this.dominatedNodes[idx]; variable
/developtools/smartperf_host/ide/src/js-heap/logic/
DHeapLoader.ts346 for (let idx = retainerStart; idx < retainerEnd; idx++) { variable
347 let retainerNodeIdx = this.retainingNodes[idx]; variable
348 let retainerEdgeIdx = this.retainingEdges[idx]; variable
433 for (let idx = 0; idx < this.nodeCount - 1; idx++) { variable
434 let node = this.nodes[orderIdx2NodeIdx[idx]]; variable
460 for (let idx = 0; idx < this.nodeCount; idx++) { variable
841 for (let idx = dominatorFromIdx; idx < dominatorToIdx; idx++) { variable
842 let nodeIdx = this.dominatedNodes[idx]; variable
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dfilter_constraints.cpp22 void FilterConstraints::AddConstraint(int32_t idx, int32_t col, unsigned char op, bool isSupport) in AddConstraint()
31 void FilterConstraints::UpdateConstraint(int32_t idx, bool isSupport) in UpdateConstraint()
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp215 for (uint8_t idx = 0; idx < rawData->fpDepth ; ++idx) { in TakeResults() local
305 inline void StackPreprocess::FillOfflineCallStack(std::vector<CallFrame>& callFrames, size_t idx) in FillOfflineCallStack()
313 BatchNativeHookData& batchNativeHookData, size_t idx) in FillCallStack()
353 size_t idx = hookConfig_.fp_unwind() ? 0 : FILTER_STACK_DEPTH; in GetCallStackId() local
383 size_t idx = hookConfig_.fp_unwind() ? 0 : FILTER_STACK_DEPTH; in SetEventFrame() local
410 size_t idx = hookConfig_.fp_unwind() ? 0 : FILTER_STACK_DEPTH; in SetAllocStatisticsFrame() local
623 size_t idx = hookConfig_.fp_unwind() ? 0 : FILTER_STACK_DEPTH; in WriteFrames() local
/developtools/smartperf_host/ide/src/js-heap/
DHeapDataInterface.ts173 for (let idx of comparisonNode.addedIndx) { variable
183 for (let idx of comparisonNode.deletedIdx) { variable
/developtools/profiler/host/smartperf/ide/src/js-heap/
DHeapDataInterface.ts174 for (let idx of comparisonNode.addedIndx) { variable
184 for (let idx of comparisonNode.deletedIdx) { variable
/developtools/profiler/hiebpf/test/
Dhiebpf_test_demo.cpp107 unsigned int idx = 0; in ThreadFuncCpp() local
139 int idx; in ThreadTimeCost() local
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-image2bin.js46 image.scan(0, 0, image.bitmap.width, image.bitmap.height, function(x, y, idx) { argument
/developtools/profiler/hidebug/frameworks/native/
Dhidebug_base.c154 int idx = 0; in GetMallocHookStartupValue() local
160 int idx = 0; in GetMallocHookStartupValue() local
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerJsCpuProfiler.ts364 for (const [idx, symbol] of sample.stack!.entries()) { constant
390 for (const [idx, symbol] of sample.stack!.entries()) { constant
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/
Delf_file_mgr.py51 def __init__(self, idx, caller, callee): argument
238 def get_elf_by_idx(self, idx): argument

12