Searched refs:kd_buf (Results 1 – 5 of 5) sorted by relevance
274 } kd_buf; typedef280 kdbg_set_cpu(kd_buf *kp, int cpu) in kdbg_set_cpu()285 kdbg_get_cpu(kd_buf *kp) in kdbg_get_cpu()290 kdbg_set_timestamp(kd_buf *kp, uint64_t thetime) in kdbg_set_timestamp()295 kdbg_get_timestamp(kd_buf *kp) in kdbg_get_timestamp()300 kdbg_set_timestamp_and_cpu(kd_buf *kp, uint64_t thetime, int cpu) in kdbg_set_timestamp_and_cpu()310 kdbg_set_cpu(kd_buf *kp, int cpu) in kdbg_set_cpu()316 kdbg_get_cpu(kd_buf *kp) in kdbg_get_cpu()321 kdbg_set_timestamp(kd_buf *kp, uint64_t thetime) in kdbg_set_timestamp()326 kdbg_get_timestamp(kd_buf *kp) in kdbg_get_timestamp()[all …]
82 kd_buf kds_records[TRACE_EVENTS_PER_STORAGE_UNIT];142 kd_buf *kdcopybuf;
28 #define TRIAGE_KDCOPYBUF_SIZE (TRIAGE_KDCOPYBUF_COUNT * sizeof(kd_buf))130 kd_buf *kd; in _write_triage_record_nopreempt()205 kd_buf *found_rec = NULL; in _find_triage_min_storage()212 kd_buf *rec = &store->kds_records[last_read]; in _find_triage_min_storage()251 _read_triage_records(kd_buf *read_buffer, in _read_triage_records()329 record_bufsz = kd_buffer_triage.kdb_event_count * sizeof(kd_buf); in ktriage_extract()342 kd_buf *kd = (kd_buf *)record_buf; in ktriage_extract()
334 #define KD_EARLY_EVENT_COUNT (KD_EARLY_BUFFER_SIZE / sizeof(kd_buf))337 static kd_buf kd_early_buffer[KD_EARLY_EVENT_COUNT];341 extern kd_buf kd_early_buffer[KD_EARLY_EVENT_COUNT];354 #define TRACE_KDCOPYBUF_SIZE (TRACE_KDCOPYBUF_COUNT * sizeof(kd_buf))717 static kd_buf *763 kd_buf *kd = &store->kds_records[store_index]; in _next_timestamped_coproc_record()783 kd_buf *kd = _next_timestamped_coproc_record(cpu, timestamp); in _write_trace_record_coproc_nopreempt()796 static kd_buf *820 kd_buf *kd = &store->kds_records[store_index]; in _next_timestamped_record()861 kd_buf *kd = _next_timestamped_record(cpu); in _write_trace_record()[all …]
409 static kd_buf events[256] = { 0 }; in _drain_until_event()1420 uint64_t maxevents_u64 = memsize / 8 / sizeof(kd_buf);