/external/libchrome/base/android/library_loader/ |
D | library_prefetcher.cc | 75 bool Mincore(size_t start, size_t end, std::vector<unsigned char>* residency) { in Mincore() argument 80 if (residency->size() != size_in_pages) in Mincore() 81 residency->resize(size_in_pages); in Mincore() 83 mincore(reinterpret_cast<void*>(start), size, &(*residency)[0])); in Mincore() 127 std::vector<unsigned char> residency; member 130 std::vector<unsigned char>&& residency) in TimestampAndResidency() 131 : timestamp_nanos(timestamp_nanos), residency(residency) {} in TimestampAndResidency() 147 std::vector<unsigned char> residency; in CollectResidency() local 148 if (!Mincore(start, end, &residency)) in CollectResidency() 151 data->emplace_back(now, std::move(residency)); in CollectResidency() [all …]
|
/external/arm-trusted-firmware/lib/psci/ |
D | psci_stat.c | 22 u_register_t residency; member 116 u_register_t residency; in psci_stats_update_pwr_up() local 126 residency = plat_psci_stat_get_residency(PSCI_CPU_PWR_LVL, in psci_stats_update_pwr_up() 130 psci_cpu_stat[cpu_idx][stat_idx].residency += residency; in psci_stats_update_pwr_up() 152 residency = plat_psci_stat_get_residency(lvl, state_info, in psci_stats_update_pwr_up() 162 psci_non_cpu_stat[parent_idx][stat_idx].residency += residency; in psci_stats_update_pwr_up() 234 return psci_stat.residency; in psci_stat_residency()
|
/external/igt-gpu-tools/tests/i915/ |
D | i915_pm_rc6_residency.c | 65 unsigned long residency; in has_rc6_residency() local 69 return igt_sysfs_scanf(sysfs, path, "%lu", &residency) == 1; in has_rc6_residency() 74 unsigned long residency; in read_rc6_residency() local 77 residency = 0; in read_rc6_residency() 79 igt_assert(igt_sysfs_scanf(sysfs, path, "%lu", &residency) == 1); in read_rc6_residency() 80 return residency; in read_rc6_residency()
|
/external/autotest/client/site_tests/power_SuspendToIdle/ |
D | control | 23 4. S0ix residency counter is increased. 24 5. CPU package C10 state residency counter is increased. 25 6. GPU RC6 state residency counter is increased.
|
D | control.force | 22 4. S0ix residency counter is increased. 23 5. CPU package C10 state residency counter is increased. 24 6. GPU RC6 state residency counter is increased.
|
/external/arm-trusted-firmware/fdts/ |
D | fvp-foundation-gicv2-psci.dts | 63 min-residency-us = <150>; 72 min-residency-us = <2500>;
|
D | fvp-base-gicv2-psci.dts | 62 min-residency-us = <150>; 71 min-residency-us = <2500>;
|
D | fvp-foundation-gicv3-psci.dts | 63 min-residency-us = <150>; 72 min-residency-us = <2500>;
|
D | fvp-base-gicv3-psci-aarch32-common.dtsi | 54 min-residency-us = <150>; 63 min-residency-us = <2500>;
|
D | fvp-base-gicv2-psci-aarch32.dts | 63 min-residency-us = <150>; 72 min-residency-us = <2500>;
|
D | fvp-base-gicv3-psci-common.dtsi | 115 min-residency-us = <150>; 124 min-residency-us = <2500>;
|
D | tc0.dts | 69 min-residency-us = <2000>; 77 min-residency-us = <2500>;
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_sparse_texture2.txt | 81 equal to of the virtual page size, the residency of individual page-size 145 Shaders should check texture access residency information using
|
D | CTS_ARB_sparse_texture_clamp.txt | 62 Shaders should check texture access residency information and pass
|
/external/deqp/doc/testspecs/VK/ |
D | sparse_resources.txt | 150 a third residency image with the same dimensions as the sparse one and unsigned int format. 153 …eue have the purpose of copying the data from sparse image to texels and residency images using one 159 otherwise comparion for those mipmap levels is ommited. The data fetched from the residency image i… 160 returned correct residency information.
|
/external/autotest/client/profilers/powertop/src/po/ |
D | it.po | 185 msgid "Cn\t Avg residency\n" 575 #~ msgid "Cn\t Avg residency (%is)\tLong term residency avg\n"
|
D | es.po | 187 msgid "Cn\t Avg residency\n" 613 #~ msgid "Cn\t Avg residency (%is)\tLong term residency avg\n"
|
D | nl.po | 185 msgid "Cn\t Avg residency\n"
|
D | ru.po | 188 msgid "Cn\t Avg residency\n"
|
D | ja.po | 184 msgid "Cn\t Avg residency\n"
|
D | zh.po | 295 msgid "Cn\t Avg residency\n"
|
D | fi.po | 184 msgid "Cn\t Avg residency\n"
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 758 const bool residency = (flags & TEST_FLAG_RESIDENCY) != 0; in initProgramsDrawWithUBO() local 788 if (residency && nonResidentStrict) in initProgramsDrawWithUBO() 795 else if (residency) in initProgramsDrawWithUBO()
|
/external/angle/third_party/vulkan_memory_allocator/ |
D | README.md | 45 - Support for sparse binding and sparse residency: Convenience functions that allocate or free mult…
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | porting-guide.rst | 2103 This is an optional hook that platforms can implement for residency statistics 2109 residency statistics. For higher levels (array indices > 0), the residency 2121 This is an optional hook that platforms can implement for residency statistics 2127 residency statistics. For higher levels (array indices > 0), the residency 2148 CPU in the power domain to suspend and may be needed to calculate the residency
|