Symbol: ktr_entry
sys/cpu/x86_64/misc/ktr.c
79
cpu_ktr_caller(struct ktr_entry *_ktr)
sys/cpu/x86_64/misc/ktr.c
82
struct ktr_entry *ktr;
sys/kern/kern_ktr.c
205
static struct ktr_entry ktr_buf0[KTR_ENTRIES_BOOT0];
sys/kern/kern_ktr.c
233
kcpu->ktr_buf = kmalloc(KTR_ENTRIES * sizeof(struct ktr_entry),
sys/kern/kern_ktr.c
496
struct ktr_entry *
sys/kern/kern_ktr.c
500
struct ktr_entry *entry;
sys/kern/kern_ktr.c
529
ktr_finish_write_entry(struct ktr_info *info, struct ktr_entry *entry)
sys/kern/kern_ktr.c
555
static int db_mach_vtrace(int cpu, struct ktr_entry *kp, int idx);
sys/kern/kern_ktr.c
606
struct ktr_entry *kp;
sys/kern/kern_ktr.c
665
db_mach_vtrace(int cpu, struct ktr_entry *kp, int idx)
sys/sys/ktr.h
100
struct ktr_entry * ktr_begin_write_entry(struct ktr_info *,
sys/sys/ktr.h
102
int ktr_finish_write_entry(struct ktr_info *, struct ktr_entry *);
sys/sys/ktr.h
103
void cpu_ktr_caller(struct ktr_entry *ktr);
sys/sys/ktr.h
188
struct ktr_entry *entry; \
sys/sys/ktr.h
209
struct ktr_entry *entry; \
sys/sys/ktr.h
90
struct ktr_entry *ktr_buf;
usr.bin/ktrdump/ktrdump.c
145
static void print_entry(FILE *, int, int, struct ktr_entry *, u_int64_t *);
usr.bin/ktrdump/ktrdump.c
146
static void print_callback(void *, int, int, struct ktr_entry *, uint64_t *);
usr.bin/ktrdump/ktrdump.c
147
static void dump_callback(void *, int, int, struct ktr_entry *, uint64_t *);
usr.bin/ktrdump/ktrdump.c
154
static void get_indices(struct ktr_entry **, int *);
usr.bin/ktrdump/ktrdump.c
155
static void load_bufs(struct ktr_buffer *, struct ktr_entry **, int *);
usr.bin/ktrdump/ktrdump.c
168
struct ktr_entry **ktr_kbuf;
usr.bin/ktrdump/ktrdump.c
450
print_entry(FILE *fo, int n, int row, struct ktr_entry *entry,
usr.bin/ktrdump/ktrdump.c
515
print_callback(void *ctx, int n, int row, struct ktr_entry *entry, uint64_t *last_ts)
usr.bin/ktrdump/ktrdump.c
53
struct ktr_entry *ents;
usr.bin/ktrdump/ktrdump.c
648
dump_callback(void *ctx, int n, int row __unused, struct ktr_entry *entry,
usr.bin/ktrdump/ktrdump.c
847
it->ents = malloc(sizeof(struct ktr_entry) * entries_per_buf);
usr.bin/ktrdump/ktrdump.c
859
get_indices(struct ktr_entry **ktr_kbuf, int *ktr_idx)
usr.bin/ktrdump/ktrdump.c
88
typedef void (*ktr_iter_cb_t)(void *, int, int, struct ktr_entry *, uint64_t *);
usr.bin/ktrdump/ktrdump.c
895
load_bufs(struct ktr_buffer *ktr_bufs, struct ktr_entry **kbufs, int *ktr_idx)
usr.bin/ktrdump/ktrdump.c
918
sizeof(struct ktr_entry) * entries_per_buf)
usr.bin/ktrdump/ktrdump.c
936
struct ktr_entry *save;
usr.bin/ktrdump/ktrdump.c
984
struct ktr_entry *ent;