Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 34) sorted by relevance

12

/developtools/smartperf_host/ide/src/trace/database/sql/
DAbility.sql.ts399 …const names = isPin ? " ('sys.mem.pined.purg')" : "('sys.mem.active.purg','sys.mem.inactive.purg')…
416 AND f.name IN ${names}
445 …const names = isPin ? " ('sys.mem.pined.purg')" : "('sys.mem.active.purg','sys.mem.inactive.purg')…
475 f.name IN ${names}
486 …const names = isPin ? " ('sys.mem.pined.purg')" : "('sys.mem.active.purg','sys.mem.inactive.purg')…
497 f.name IN ${names}
DMemory.sql.ts189 const names = isPin ? " ('mem.purg_pin')" : "('mem.purg_sum')";
203 AND f.name = ${names}
442 const names = isPin ? " ('mem.purg_pin')" : "('mem.purg_sum')";
455 AND f.name = ${names}
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPaneMemoryAbility.ts125 let names = item.name.split(','); variable
126 if (memorys.length != names.length) {
130 for (let i = 0; i < names.length; i++) {
131 let key = memoryKeys[names[i]]; variable
/developtools/smartperf_host/ide/src/trace/database/
DProcedure.ts76 names = [...this.cpusLen, ...this.processLen, ...this.freqLen]; property in ProcedurePool
90 this.maxThreadNumber = this.names.length;
109 newThread.name = this.names[this.works.length];
148 thread.name = this.logicDataHandles[this.works.length - this.names.length];
/developtools/smartperf_host/trace_streamer/src/metrics/
Dmetrics.cpp89 auto names = base::SplitStringToVec(jMessage.at("values")[i].at(NAMES), ","); in InitMemoryUnAggStrategy() local
93 for (auto index = 0; index < names.size(); index++) { in InitMemoryUnAggStrategy()
94 if (names[index] == "oom_score_adj") { in InitMemoryUnAggStrategy()
101 if (names.at(index) == "mem.rss.anon") { in InitMemoryUnAggStrategy()
103 } else if (names.at(index) == "mem.swap") { in InitMemoryUnAggStrategy()
105 } else if (names.at(index) == "mem.rss.file") { in InitMemoryUnAggStrategy()
107 } else if (names.at(index) == "oom_score_adj") { in InitMemoryUnAggStrategy()
/developtools/smartperf_host/ide/src/trace/database/data-trafic/
DVmTrackerDataReceiver.ts99 const names = args.isPin ? " ('mem.purg_pin')" : "('mem.purg_sum')";
107 AND f.name = ${names}
123 …const names = args.isPin ? " ('sys.mem.pined.purg')" : "('sys.mem.active.purg','sys.mem.inactive.p…
131 AND f.name IN ${names}
/developtools/smartperf_host/ide/src/base-ui/utils/
DTemplate.ts91 const names = Object.keys(params); constant
95 return new Function(...names, `return \`${escape2Html(str)}\`;`)(...vals);
/developtools/ace_ets2bundle/compiler/src/
Dcompile_info.ts138 let names: Array<string> = Array.from(map).flat();
140 sourcemapObj.nameMap = names;
/developtools/profiler/device/services/plugin_service/test/unittest/
Dplugin_service_test.cpp140 std::vector<string> names = {"abc2.so"}; variable
141 pluginService_->SetProfilerSessionConfig(std::make_shared<ProfilerSessionConfig>(psc), names);
1004 std::vector<string> names = {"testsample.so"}; variable
1005 pluginService_->SetProfilerSessionConfig(std::make_shared<ProfilerSessionConfig>(psc), names);
1036 std::vector<string> names = {"testsample1.so"}; variable
1037 pluginService_->SetProfilerSessionConfig(std::make_shared<ProfilerSessionConfig>(psc), names);
1070 std::vector<string> names = {"abconline.so"}; variable
1071 pluginService_->SetProfilerSessionConfig(std::make_shared<ProfilerSessionConfig>(psc), names);
/developtools/hiperf/src/
Dsubcommand_dump.cpp310 std::string names; in DumpSampleType() local
313 if (!names.empty()) { in DumpSampleType()
314 names.append(","); in DumpSampleType()
316 names.append(pair.second); in DumpSampleType()
319 PrintIndent(LEVEL1, "sample_type names: %s\n", names.c_str()); in DumpSampleType()
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheet.ts128 displayTab<T>(...names: string[]): T {
134 .forEach((it) => (it.hidden = !names.some((k) => k === it.id)));
135 …let litTabpane = this.shadowRoot?.querySelector<LitTabpane>(`#tabs lit-tabpane[id='${names[0]}']`);
136 if (names[0] === 'current-selection') {
586 displayFuncData = (names: string[], data: FuncStruct, scrollCallback: Function): void =>
587 this.displayTab<TabPaneCurrentSelection>(...names).setFunctionData(data, scrollCallback);
/developtools/smartperf_host/trace_streamer/gn/
Dwasm.gni83 # "-g2", # Required for getting C++ symbol names.
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_memory_parser.cpp110 std::vector<uint32_t> names; member
125 v.names.emplace_back(j[i * NODES_SINGLE_LENGTH + OFFSET_FIRST]); in from_json()
198 std::vector<uint32_t> names; member
209 v.names.emplace_back(j[i * TRACE_FUNC_INFO_SINGLE_LENGTH + OFFSET_FIRST]); in from_json()
631 for (size_t i = 0; i < node.names.size(); ++i) { in ParseNodes()
633 auto name = node.names[i]; in ParseNodes()
742 auto name = traceFuncInfo.names[i]; in ParseTraceFuncInfo()
/developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/
DliteOsUpgrade_L3_app.py195 names = filename.split('-')
196 link_1 = '/'.join(names[0:-1])
/developtools/smartperf_host/ide/
Dtsconfig.json46 …/ "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
DLICENSE140 names, trademarks, service marks, or product names of the Licensor,
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpHiPerf.ts181 let names = Reflect.ownKeys(this.group) variable
188 row.name = `HiPerf (${names})`;
/developtools/ace_js2bundle/
DLICENSE140 names, trademarks, service marks, or product names of the Licensor,
/developtools/ace_ets2bundle/
DLICENSE140 names, trademarks, service marks, or product names of the Licensor,
/developtools/syscap_codec/
DLICENSE140 names, trademarks, service marks, or product names of the Licensor,
/developtools/packing_tool/
DLICENSE140 names, trademarks, service marks, or product names of the Licensor,
/developtools/bytrace/
DLICENSE140 names, trademarks, service marks, or product names of the Licensor,
/developtools/global_resource_tool/
DLICENSE140 names, trademarks, service marks, or product names of the Licensor,
/developtools/profiler/
DLICENSE140 names, trademarks, service marks, or product names of the Licensor,
/developtools/hdc/
DLICENSE140 names, trademarks, service marks, or product names of the Licensor,

12