Home
last modified time | relevance | path

Searched refs:trace_target (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/power-libperfmgr/aidl/
DAppDescriptorTrace.h52 trace_target = StringPrintf("adpf.%s-%s", idString.c_str(), "target"); in AppDescriptorTrace()
92 std::string trace_target; member
DPowerHintSession.cpp154 ATRACE_INT(mAppDescriptorTrace->trace_target.c_str(), mDescriptor->targetNs.count()); in PowerHintSession()
176 ATRACE_INT(mAppDescriptorTrace->trace_target.c_str(), 0); in ~PowerHintSession()
290 ATRACE_INT(mAppDescriptorTrace->trace_target.c_str(), targetDurationNanos); in updateTargetWorkDuration()
361 ATRACE_INT(mAppDescriptorTrace->trace_target.c_str(), mDescriptor->targetNs.count()); in reportActualWorkDuration()