Home
last modified time | relevance | path

Searched refs:residency (Results 1 – 25 of 41) sorted by relevance

12

/external/libchrome/base/android/library_loader/
Dlibrary_prefetcher.cc75 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/
Dpsci_stat.c22 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/
Di915_pm_rc6_residency.c65 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/
Dcontrol23 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.
Dcontrol.force22 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/
Dfvp-foundation-gicv2-psci.dts63 min-residency-us = <150>;
72 min-residency-us = <2500>;
Dfvp-base-gicv2-psci.dts62 min-residency-us = <150>;
71 min-residency-us = <2500>;
Dfvp-foundation-gicv3-psci.dts63 min-residency-us = <150>;
72 min-residency-us = <2500>;
Dfvp-base-gicv3-psci-aarch32-common.dtsi54 min-residency-us = <150>;
63 min-residency-us = <2500>;
Dfvp-base-gicv2-psci-aarch32.dts63 min-residency-us = <150>;
72 min-residency-us = <2500>;
Dfvp-base-gicv3-psci-common.dtsi115 min-residency-us = <150>;
124 min-residency-us = <2500>;
Dtc0.dts69 min-residency-us = <2000>;
77 min-residency-us = <2500>;
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_sparse_texture2.txt81 equal to of the virtual page size, the residency of individual page-size
145 Shaders should check texture access residency information using
DCTS_ARB_sparse_texture_clamp.txt62 Shaders should check texture access residency information and pass
/external/deqp/doc/testspecs/VK/
Dsparse_resources.txt150 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/
Dit.po185 msgid "Cn\t Avg residency\n"
575 #~ msgid "Cn\t Avg residency (%is)\tLong term residency avg\n"
Des.po187 msgid "Cn\t Avg residency\n"
613 #~ msgid "Cn\t Avg residency (%is)\tLong term residency avg\n"
Dnl.po185 msgid "Cn\t Avg residency\n"
Dru.po188 msgid "Cn\t Avg residency\n"
Dja.po184 msgid "Cn\t Avg residency\n"
Dzh.po295 msgid "Cn\t Avg residency\n"
Dfi.po184 msgid "Cn\t Avg residency\n"
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp758 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/
DREADME.md45 - Support for sparse binding and sparse residency: Convenience functions that allocate or free mult…
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst2103 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

12