Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 19 of 19) sorted by relevance

/system/core/liblog/
Dlog_read_kern.c138 unsigned int tail; member
291 unsigned int tail, in android_logger_list_alloc() argument
302 logger_list->tail = tail; in android_logger_list_alloc()
371 unsigned int tail, in android_logger_list_open() argument
374 struct logger_list *logger_list = android_logger_list_alloc(mode, tail, pid); in android_logger_list_open()
390 return (logger_list->tail < 64) ? 64 : logger_list->tail; in queue_threshold()
408 || (logger_list->queued_lines > logger_list->tail))) { in android_logger_list_flush()
460 if ((logger_list->tail == 0) in android_logger_list_flush()
461 || (logger_list->queued_lines <= logger_list->tail)) { in android_logger_list_flush()
495 logger_list->tail = 0; in android_logger_list_flush()
[all …]
Dlog_read.c241 unsigned int tail; member
467 unsigned int tail, in android_logger_list_alloc() argument
481 logger_list->tail = tail; in android_logger_list_alloc()
502 logger_list->tail = 0; in android_logger_list_alloc_time()
547 unsigned int tail, in android_logger_list_open() argument
550 struct logger_list *logger_list = android_logger_list_alloc(mode, tail, pid); in android_logger_list_open()
616 if (logger_list->tail) { in android_logger_list_read()
617 ret = snprintf(cp, remaining, " tail=%u", logger_list->tail); in android_logger_list_read()
DREADME70 tail, pid_t pid)
74 unsigned int tail, pid_t pid)
108 optionally limited to a specific pid and tail of the log(s) and finally
/system/core/logd/
DFlushCommand.cpp27 unsigned long tail, in FlushCommand() argument
33 , mTail(tail) in FlushCommand()
DLogReader.cpp51 unsigned long tail = 0; in onDataAvailable() local
55 tail = atol(cp + sizeof(_tail) - 1); in onDataAvailable()
159 FlushCommand command(*this, nonBlock, tail, logMask, pid, start); in onDataAvailable()
DFlushCommand.h39 unsigned long tail = -1,
DLogTimes.cpp29 bool nonBlock, unsigned long tail, in LogTimeEntry() argument
41 , mTail(tail) in LogTimeEntry()
DLogTimes.h48 unsigned long tail, unsigned int logMask, pid_t pid,
/system/extras/tests/sdcard/
Dprofile_sdcard.sh41 local t=$(grep 'write_total' /tmp/tmp-sdcard.txt | tail -n 1 | cut -f 6 -d ' ')
/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dutil.c226 tail = 0; in procfile()
365 if ((tail || c) && !cflag && !qflag && !lflag && !Lflag) { in procline()
370 tail = Aflag; in procline()
376 tail--; in procline()
Dgrep.h128 extern int tail;
Dgrep.c149 int tail; /* lines left to print */ variable
/system/core/include/log/
Dlogger.h158 unsigned int tail,
175 unsigned int tail,
/system/core/debuggerd/
Dtombstone.cpp452 log_t* log, pid_t pid, const char* filename, unsigned int tail) { in dump_log_file() argument
461 android_name_to_log_id(filename), O_RDONLY | O_NONBLOCK, tail, pid); in dump_log_file()
501 tail ? "tail end of " : "", filename); in dump_log_file()
568 static void dump_logs(log_t* log, pid_t pid, unsigned int tail) { in dump_logs() argument
569 dump_log_file(log, pid, "system", tail); in dump_logs()
570 dump_log_file(log, pid, "main", tail); in dump_logs()
/system/extras/tests/bionic/libc/
Drun-test.sh142 RET=`tail -n1 $ADB_CMD_LOG`
/system/core/libutils/
DString8.cpp420 size_t tail = index; in removeAll() local
427 memcpy(buf + tail, buf + index + skip, next - index - skip); in removeAll()
428 tail += next - index - skip; in removeAll()
431 unlockBuffer(tail); in removeAll()
/system/core/libpixelflinger/arch-mips/
Dt32cb16blend.S200 bltz $a2,tail
240 tail: label
/system/media/camera/docs/
Dmetadata-generate147 tail -n "+${end_line}" "${dst_file}" >> "${tmp_name}"
/system/core/init/
Dreadme.txt30 the tail of a to-be-executed queue (unless it is already on the