Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 38) sorted by relevance

12

/developtools/integration_verification/tools/fotff/utils/
Druntime.go30 func sectionKey(section, key string) string { argument
31 return fmt.Sprintf("__%s__%s__", section, key)
41 func CacheGet(section string, k string) (v any, found bool) {
42 return runtimeCache.Get(sectionKey(section, k))
45 func CacheSet(section string, k string, v any) error {
46 runtimeCache.Set(sectionKey(section, k), v, cache.DefaultExpiration)
Dini.go28 func ParseFromConfigFile(section string, p any) {
44 v, err = conf.GetValue(section, key)
60 v, err = conf.GetValue(section, key)
67 ParseFromConfigFile(section, rv.Elem().Field(i).Addr().Interface())
/developtools/hiperf/src/
Dunique_stack_table.cpp88 node.section.ip = thisIp; in PutIpInSlot()
89 node.section.prevIdx = prevIdx; in PutIpInSlot()
90 node.section.inKernel = !!(thisIp & IP_IN_KERNEL); in PutIpInSlot()
137 stackId->section.id = prev; in PutIpsInTable()
138 stackId->section.nr = nr; in PutIpsInTable()
176 uint64_t nr = stackId.section.nr; in GetIpsByStackId()
177 uint64_t tailIdx = stackId.section.id; in GetIpsByStackId()
182 node->section.inKernel ? (node->section.ip | KERNEL_PREFIX) : node->section.ip); in GetIpsByStackId()
183 if (node->section.prevIdx == HEAD_NODE_INDEX) { in GetIpsByStackId()
186 node = GetFrame(node->section.prevIdx); in GetIpsByStackId()
Dvirtual_runtime.cpp403 if (node->section.inKernel) { in CollectDedupSymbol()
404 uint64_t ip = node->section.ip | KERNEL_PREFIX; in CollectDedupSymbol()
410 userSymbolsHits[pid].insert(node->section.ip); in CollectDedupSymbol()
601 if (dedupStack_ && recordSample.stackId_.section.id > 0 && recordSample.data_.nr == 0) { in UnwindFromRecord()
Dperf_event_record.cpp444 if (stackId_.section.id > 0) { in DumpData()
445 PrintIndent(indent, "stackid %" PRIu64 "\n", static_cast<uint64_t>(stackId_.section.id)); in DumpData()
/developtools/hiperf/test/unittest/resource/testdata/
Dehdr_from_readelf_3213 Start of section headers: 17580 (bytes into file)
18 Size of section headers: 40 (bytes)
19 Number of section headers: 32
Dehdr_from_readelf_6413 Start of section headers: 22296 (bytes into file)
18 Size of section headers: 64 (bytes)
19 Number of section headers: 32
Dshdrs_from_readelf_321 There are 32 section headers, starting at offset 0x44ac:
Dshdrs_from_readelf_641 There are 32 section headers, starting at offset 0x5718:
/developtools/profiler/device/plugins/native_daemon/test/unittest/resource/testdata/
Dehdr_from_readelf_3213 Start of section headers: 17580 (bytes into file)
18 Size of section headers: 40 (bytes)
19 Number of section headers: 32
Dehdr_from_readelf_6413 Start of section headers: 22296 (bytes into file)
18 Size of section headers: 64 (bytes)
19 Number of section headers: 32
Dshdrs_from_readelf_641 There are 32 section headers, starting at offset 0x5718:
Dshdrs_from_readelf_321 There are 32 section headers, starting at offset 0x44ac:
/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DSportRuler.ts268 let section = Math.floor(
272 section < 20 ? (section = section) : (section = 20);
274 section < 1 ? (section = 1) : (section = section);
286 let sectionTime = (endNS - startNS) / section;
287 let countArr = new Uint32Array(section);
291 for (let i = 1; i <= section; i++) {
313 this.drawRangeSelectFillText(rangeSelectWidth, section, i, countArr);
320 …private drawRangeSelectFillText(rangeSelectWidth: number, section: number, i: number, countArr: Ui…
321 let x = TraceRow.rangeSelectObject!.startX! + (rangeSelectWidth / section) * i;
322 if (i !== section) {
[all …]
/developtools/hiperf/include/
Dunique_stack_table.h51 } section; member
71 } section; member
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcard_component_map.js182 section: {},
Drich_component_map.js873 section: {}, property
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/privateAttr/
DprivateAttr.hml6 …<list-item type="{{type}}" primary="{{primary}}" section="{{section}}" sticky="{{sticky}}"stickyra…
/developtools/profiler/device/plugins/native_hook/test/
Dmalloc_test.cpp347 int section = '~' - ' '; in RandChar() local
348 int randSection = RandInt(0, section); in RandChar()
Dhook_test.c332 int section = '~' - ' '; in RandChar() local
333 int randSection = RandInt(0, section); in RandChar()
/developtools/hdc/
DREADME.md56 For compilation, please refer to the separate section above. Prebuilt is no longer available in the…
/developtools/hapsigner/
DNOTICE109 (except as stated in this section) patent license to make, have made,
314 (except as stated in this section) patent license to make, have made,
558 accordance with section 3.2, and the Contributor must accompany
577 in the Source Code under section 3.2; and
581 of this section 3.
616 in a commercial product offering. The obligations in this section do not
630 alone. Under this section, the Commercial Contributor would have to
/developtools/ace_js2bundle/
DLICENSE77 (except as stated in this section) patent license to make, have made,
/developtools/ace_ets2bundle/
DLICENSE77 (except as stated in this section) patent license to make, have made,
/developtools/syscap_codec/
DLICENSE77 (except as stated in this section) patent license to make, have made,

12