sm6375-common: power-libperfmgr: move trace point to libperfmgr.

Test: systrace
Bug: 199776250
Change-Id: I9bb4d5a50faa93e7bc638ef723bdc2662fb63b24
This commit is contained in:
Wei Wang 2024-07-18 12:56:42 +05:30 committed by Anand S
commit c674edc828
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61
3 changed files with 0 additions and 11 deletions

View file

@ -133,7 +133,6 @@ void InteractionHandler::PerfLock() {
if (!mHintManager->DoHint("INTERACTION")) {
ALOGE("%s: do hint INTERACTION failed", __func__);
}
ATRACE_INT("interaction_lock", 1);
}
void InteractionHandler::PerfRel() {
@ -141,7 +140,6 @@ void InteractionHandler::PerfRel() {
if (!mHintManager->EndHint("INTERACTION")) {
ALOGE("%s: end hint INTERACTION failed", __func__);
}
ATRACE_INT("interaction_lock", 0);
}
void InteractionHandler::Acquire(int32_t duration) {