Home
last modified time | relevance | path

Searched defs:aggregationKey (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/frameworks/base/core/jni/
H A Dcom_android_internal_os_KernelSingleProcessCpuThreadReader.cpp90 bool startAggregatingTaskCpuTimes(pid_t pid, uint16_t aggregationKey) { in startAggregatingTaskCpuTimes()
280 bool MockCpuTimeInStateReader::startAggregatingTaskCpuTimes(pid_t pid, uint16_t aggregationKey) { in startAggregatingTaskCpuTimes()
308 uint16_t aggregationKey; in getAggregatedTaskCpuFreqTimes() local
/aosp_15_r20/frameworks/native/libs/cputimeinstate/
H A Dcputimeinstate.cpp603 bool startAggregatingTaskCpuTimes(pid_t pid, uint16_t aggregationKey) { in startAggregatingTaskCpuTimes()
634 for (uint16_t aggregationKey : aggregationKeys) { in getAggregatedTaskCpuFreqTimes() local
H A Dtesttimeinstate.cpp639 uint16_t aggregationKey = pair.first; in TEST_F() local
/aosp_15_r20/frameworks/native/libs/cputimeinstate/fuzz/cputimeinstate_fuzzer/
H A Dcputimeinstate_fuzzer.cpp34 uint16_t aggregationKey = fdp.ConsumeIntegral<uint16_t>(); in LLVMFuzzerTestOneInput() local
/aosp_15_r20/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
H A DSystemServerCpuThreadReaderTest.java97 public boolean startAggregatingTaskCpuTimes(int pid, int aggregationKey) { in startAggregatingTaskCpuTimes()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DKernelSingleProcessCpuThreadReaderTest.java103 public boolean startAggregatingTaskCpuTimes(int pid, int aggregationKey) { in startAggregatingTaskCpuTimes()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/
H A DKernelSingleProcessCpuThreadReader.java75 boolean startAggregatingTaskCpuTimes(int pid, int aggregationKey); in startAggregatingTaskCpuTimes()
/aosp_15_r20/external/perfetto/ui/src/core/
H A Dpivot_table_types.ts164 export function aggregationKey(aggregation: Aggregation): string { function