Symbol: hwt_record_entry
sys/amd64/pt/pt.c
204
struct hwt_record_entry *rec)
sys/amd64/pt/pt.c
763
struct hwt_record_entry record;
sys/dev/hwt/hwt_context.h
38
TAILQ_HEAD(, hwt_record_entry) records;
sys/dev/hwt/hwt_hook.c
208
struct hwt_record_entry *entry;
sys/dev/hwt/hwt_ioctl.c
134
struct hwt_record_entry *entry;
sys/dev/hwt/hwt_record.c
115
sizeof(struct hwt_record_entry), NULL, NULL, NULL, NULL, 0, 0);
sys/dev/hwt/hwt_record.c
125
hwt_record_ctx(struct hwt_context *ctx, struct hwt_record_entry *ent, int flags)
sys/dev/hwt/hwt_record.c
127
struct hwt_record_entry *entry;
sys/dev/hwt/hwt_record.c
143
hwt_record_td(struct thread *td, struct hwt_record_entry *ent, int flags)
sys/dev/hwt/hwt_record.c
145
struct hwt_record_entry *entry;
sys/dev/hwt/hwt_record.c
170
struct hwt_record_entry *
sys/dev/hwt/hwt_record.c
177
hwt_record_entry_free(struct hwt_record_entry *entry)
sys/dev/hwt/hwt_record.c
197
struct hwt_record_entry *entry;
sys/dev/hwt/hwt_record.c
228
struct hwt_record_entry *entry;
sys/dev/hwt/hwt_record.c
280
struct hwt_record_entry *entry;
sys/dev/hwt/hwt_record.c
62
static struct hwt_record_entry *
sys/dev/hwt/hwt_record.c
63
hwt_record_clone(struct hwt_record_entry *ent, int flags)
sys/dev/hwt/hwt_record.c
65
struct hwt_record_entry *entry;
sys/dev/hwt/hwt_record.c
70
memcpy(entry, ent, sizeof(struct hwt_record_entry));
sys/dev/hwt/hwt_record.c
85
hwt_record_to_user(struct hwt_record_entry *ent,
sys/dev/hwt/hwt_record.h
38
void hwt_record_td(struct thread *td, struct hwt_record_entry *ent, int flags);
sys/dev/hwt/hwt_record.h
39
void hwt_record_ctx(struct hwt_context *ctx, struct hwt_record_entry *ent,
sys/dev/hwt/hwt_record.h
41
struct hwt_record_entry * hwt_record_entry_alloc(void);
sys/dev/hwt/hwt_record.h
42
void hwt_record_entry_free(struct hwt_record_entry *entry);
sys/dev/hwt/hwt_thread.c
156
struct hwt_record_entry *entry)
sys/dev/hwt/hwt_thread.h
32
struct hwt_record_entry;
sys/dev/hwt/hwt_thread.h
55
void hwt_thread_insert(struct hwt_context *ctx, struct hwt_thread *thr, struct hwt_record_entry *entry);
sys/kern/kern_exec.c
947
struct hwt_record_entry ent;
sys/kern/vfs_vnops.c
3162
struct hwt_record_entry ent;
sys/sys/hwt_record.h
46
TAILQ_ENTRY(hwt_record_entry) next;
sys/vm/vm_mmap.c
635
struct hwt_record_entry ent;