Home | History | Annotate | Download | only in cpustats

Lines Matching refs:clock_gettime

40             rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &mPreviousTs);
42 ALOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
48 rc = clock_gettime(CLOCK_MONOTONIC, &mMonotonicTs);
50 ALOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno);
59 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts);
61 ALOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
103 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &ts);
105 ALOGE("clock_gettime(CLOCK_THREAD_CPUTIME_ID) errno=%d", errno);
134 rc = clock_gettime(CLOCK_MONOTONIC, &ts);
136 ALOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno);
156 rc = clock_gettime(CLOCK_MONOTONIC, &mMonotonicTs);
158 ALOGE("clock_gettime(CLOCK_MONOTONIC) errno=%d", errno);