Searched refs:logbuf (Results 1 – 10 of 10) sorted by relevance
/system/core/logd/ |
D | LogAudit.cpp | 46 logbuf(buf), in LogAudit() 154 logbuf->lock(); in logPrint() 155 uid = logbuf->pidToUid(pid); in logPrint() 156 logbuf->unlock(); in logPrint() 177 rc = logbuf->log(LOG_ID_EVENTS, now, uid, pid, tid, in logPrint() 199 logbuf->lock(); in logPrint() 200 comm = commfree = logbuf->pidToName(pid); in logPrint() 201 logbuf->unlock(); in logPrint() 230 rc = logbuf->log(LOG_ID_MAIN, now, uid, pid, tid, newstr, in logPrint()
|
D | LogReader.h | 30 LogReader(LogBuffer *logbuf); 33 LogBuffer &logbuf(void) const { return mLogbuf; } in logbuf() function
|
D | LogAudit.h | 27 LogBuffer *logbuf; variable 35 bool isMonotonic() { return logbuf->isMonotonic(); } in isMonotonic()
|
D | LogTimes.cpp | 87 LastLogTimes × = reader.logbuf().mTimes; in threadStop() 126 LogBuffer &logbuf = me->mReader.logbuf(); in threadStart() local 154 logbuf.flushTo(client, start, privileged, security, FilterFirstPass, me); in threadStart() 157 start = logbuf.flushTo(client, start, privileged, security, FilterSecondPass, me); in threadStart()
|
D | LogKlog.h | 29 LogBuffer *logbuf; variable 48 bool isMonotonic() { return logbuf->isMonotonic(); } in isMonotonic()
|
D | LogReader.cpp | 31 LogReader::LogReader(LogBuffer *logbuf) : in LogReader() argument 33 mLogbuf(*logbuf) { in LogReader() 167 logbuf().isMonotonic() && android::isMonotonic(start)); in onDataAvailable() 169 logbuf().flushTo(cli, sequence, FlushCommand::hasReadLogs(cli), in onDataAvailable()
|
D | LogListener.cpp | 36 logbuf(buf), in LogListener() 112 if (logbuf->log((log_id_t)header->id, header->realtime, in onDataAvailable()
|
D | LogListener.h | 24 LogBuffer *logbuf; variable
|
D | FlushCommand.cpp | 56 LastLogTimes × = mReader.logbuf().mTimes; in runSocketCommand()
|
D | LogKlog.cpp | 220 logbuf(buf), in LogKlog() 620 logbuf->lock(); in log() 621 uid = logbuf->pidToUid(pid); in log() 622 logbuf->unlock(); in log() 849 int rc = logbuf->log(LOG_ID_KERNEL, now, uid, pid, tid, newstr, in log()
|