Searched refs:logs (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | exclaves_log.c | 138 os_log_replay_logs(const oslogdarwin_logdata_v_s *logs, uint8_t *log_buffer, size_t log_buffer_size) in os_log_replay_logs() argument 140 …oslogdarwin_logdata__v_visit(logs, ^(size_t __unused i, const oslogdarwin_logdata_s *_Nonnull log)… in os_log_replay_logs() 177 err = oslogdarwin_consumer_getlogs(&consumer, ^(oslogdarwin_logdata_v_s logs) { in log_server_retrieve_logs() 178 os_log_replay_logs(&logs, log_buffer, OS_LOG_MAX_SIZE); in log_server_retrieve_logs() 240 os_log_replay_redacted_logs(const oslogdarwin_redactedlogdata_v_s *logs) in os_log_replay_redacted_logs() argument 242 …oslogdarwin_redactedlogdata__v_visit(logs, ^(size_t __unused i, const oslogdarwin_redactedlogdata_… in os_log_replay_redacted_logs() 273 err = oslogdarwin_redactedconsumer_getlogs(&consumer, ^(oslogdarwin_redactedlogdata_v_s logs) { in redacted_log_server_retrieve_logs() 274 os_log_replay_redacted_logs(&logs); in redacted_log_server_retrieve_logs()
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | log.py | 136 def logs(self, head_block=0): member in LogBlocks 363 def show_log_stream_logs(pp, logs): argument 379 for log in logs: 458 show_log_stream_logs(pp, log_cache.logs(0)) 464 pp, log_cache.stream.logs(log_cache.stream_cursor))
|
| H A D | README.md | 241 directly out to console. [ debug info or logs output is okay to be printed anywhere :) ]
|
| /xnu-12377.81.4/tools/lldbmacros/plugins/ |
| H A D | iosspeedtracer.sh | 14 …" -H "Accept: text/plain" --data-binary @${TMPFILE} https://ios.apple.com/speedtracer/services/logs
|
| /xnu-12377.81.4/libkern/os/ |
| H A D | log_queue.c | 330 log_queue_dispatch_logs(size_t logs_count, log_queue_entry_t *logs) in log_queue_dispatch_logs() argument 333 const log_queue_entry_t lqe = logs[i]; in log_queue_dispatch_logs() 604 log_queue_entry_t logs[LQ_BATCH_SIZE]; in log_queue_dispatch() local 605 size_t logs_count = log_dispatch_prepare(lq, LQ_BATCH_SIZE, (log_queue_entry_t *)&logs); in log_queue_dispatch() 633 log_queue_dispatch_logs(logs_count, logs); in log_queue_dispatch()
|
| /xnu-12377.81.4/osfmk/tests/ |
| H A D | README.md | 18 * watch for nanokdp serial output with tags like "```[KTEST] <test> logs```"
|
| /xnu-12377.81.4/doc/debugging/ |
| H A D | extensible_paniclog.md | 260 |Version | No of logs | UUID 1 | Flags 1 | Data ID 1 | Data len 1 | Data 1 | UUID 2 | Flags 2 …
|
| H A D | debugging.md | 305 This will collect additional logs to an archive located in `/tmp`.
|
| /xnu-12377.81.4/makedefs/ |
| H A D | MakeInc.cmd | 46 # Concise logging puts all logs on the same line (CSI K to clear and
|