Home
last modified time | relevance | path

Searched refs:logs (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.101.4/libkern/os/
H A Dlog_queue.c306 log_queue_dispatch_logs(size_t logs_count, log_queue_entry_t *logs) in log_queue_dispatch_logs() argument
309 const log_queue_entry_t lqe = logs[i]; in log_queue_dispatch_logs()
562 log_queue_entry_t logs[LQ_BATCH_SIZE]; in log_queue_dispatch() local
563 size_t logs_count = log_dispatch_prepare(lq, LQ_BATCH_SIZE, (log_queue_entry_t *)&logs); in log_queue_dispatch()
591 log_queue_dispatch_logs(logs_count, logs); in log_queue_dispatch()
/xnu-8020.101.4/tools/lldbmacros/plugins/
H A Diosspeedtracer.sh14 …" -H "Accept: text/plain" --data-binary @${TMPFILE} https://ios.apple.com/speedtracer/services/logs
/xnu-8020.101.4/osfmk/tests/
H A DREADME.md18 * watch for nanokdp serial output with tags like "```[KTEST] <test> logs```"
/xnu-8020.101.4/makedefs/
H A DMakeInc.cmd46 # Concise logging puts all logs on the same line (CSI K to clear and
/xnu-8020.101.4/tools/lldbmacros/
H A DREADME.md235 directly out to console. [ debug info or logs output is okay to be printed anywhere :) ]