Home
last modified time | relevance | path

Searched refs:android_log_clockid (Results 1 – 15 of 15) sorted by relevance

/system/core/liblog/tests/
Dliblog_benchmark.cpp144 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_short()
220 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_short_aligned()
294 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_short_unaligned1()
368 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_long_aligned()
440 clock_gettime(android_log_clockid(), &ts); in BM_pmsg_long_unaligned1()
758 android_log_clockid(); in BM_clockid()
Dliblog_test.cpp417 log_time ts(android_log_clockid()); in bswrite_test()
545 log_time ts(android_log_clockid()); in buf_write_test()
1160 log_time ts(android_log_clockid()); in TEST()
2832 log_time ts(android_log_clockid()); in create_android_logger()
/system/core/liblog/include/log/
Dlog.h163 clockid_t android_log_clockid();
/system/core/liblog/
Dpmsg_writer.c226 clock_gettime(android_log_clockid(), &ts); in __android_log_pmsg_file_write()
Dproperties.c367 LIBLOG_ABI_PUBLIC clockid_t android_log_clockid() { in android_log_clockid() function
Dlogger_write.c258 clock_gettime(android_log_clockid(), &ts); in __write_to_log_daemon()
DREADME65 clockid_t android_log_clockid()
Dlogprint.c222 p_ret->monotonic_output = android_log_clockid() == CLOCK_MONOTONIC; in android_log_format_new()
1550 if (android_log_clockid() != CLOCK_MONOTONIC) { in android_log_formatLogLine()
/system/core/logd/
DLogTimes.cpp48 mEnd(log_time(android_log_clockid())) { in LogTimeEntry()
DLogAudit.cpp80 bucket.emplace(android_log_clockid()); in checkRateLimit()
DLogBuffer.cpp58 monotonic = android_log_clockid() == CLOCK_MONOTONIC; in init()
113 : monotonic(android_log_clockid() == CLOCK_MONOTONIC), mTimes(*times) { in LogBuffer()
DLogTags.cpp553 clock_gettime(android_log_clockid(), &ts); in WritePmsgEventLogTags()
/system/core/logd/tests/
Dlogd_test.cpp665 log_time now(android_log_clockid()); in TEST()
737 msg = log_time(android_log_clockid()); in TEST()
/system/core/logcat/tests/
Dlogcat_test.cpp153 if (android_log_clockid() == CLOCK_MONOTONIC) { in TEST()
230 if (android_log_clockid() == CLOCK_MONOTONIC) { in TEST()
/system/core/logcat/
Dlogcat.cpp657 log_time now(android_log_clockid()); in lastLogTime()