Searched refs:dtrd_size (Results 1 – 8 of 8) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_aggregate.c | 554 for (i = 0; i < rec->dtrd_size; i++) 574 for (i = 0; i < rec->dtrd_size; i++) 588 (int64_t *)&addr[roffs], rec->dtrd_size); 600 (int64_t *)&addr[roffs], rec->dtrd_size); 646 percpu[j] = malloc(rec->dtrd_size); 659 percpu[j], rec->dtrd_size); 661 bzero(percpu[j], rec->dtrd_size); 814 if (lrec->dtrd_size < rrec->dtrd_size) 817 if (lrec->dtrd_size > rrec->dtrd_size) 820 switch (lrec->dtrd_size) { [all …]
|
H A D | dt_consume.c | 2303 if (rec->dtrd_size != sizeof (dtrace_aggvarid_t)) in dt_normalize() 2318 switch (rec->dtrd_size) { in dt_normalize() 2413 if (rec->dtrd_size != sizeof (dtrace_aggvarid_t)) in dt_trunc() 2428 switch (rec->dtrd_size) { in dt_trunc() 2480 rec->dtrd_size / rec->dtrd_arg)); in dt_format_datum() 2581 fmt->size != r->dtrd_size; fmt++) in dt_print_datum() 2630 rec->dtrd_arg, rec->dtrd_size / rec->dtrd_arg)); in dt_print_datum() 2730 size = rec->dtrd_size; in dt_format_aggs() 2764 size = rec->dtrd_size; in dt_format_aggs() 2840 size = rec->dtrd_size; in dt_print_aggs() [all …]
|
H A D | dt_printf.c | 450 rec->dtrd_size / rec->dtrd_arg); in pfprint_stack() 1275 switch (recp->dtrd_size) { in dt_printf_getint() 1507 size = rec->dtrd_size; in dt_printf_format() 1511 (void *)addr, rec->dtrd_size, (void *)lim); in dt_printf_format() 1518 (void *)addr, rec->dtrd_size, rec->dtrd_alignment); in dt_printf_format()
|
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/ |
H A D | lockstat.c | 944 if (rec->dtrd_size != sizeof (uint64_t)) in lsrec_fill() 952 if (rec->dtrd_size != sizeof (uintptr_t)) in lsrec_fill() 963 if (rec->dtrd_size != sizeof (uintptr_t)) in lsrec_fill() 974 frames = rec->dtrd_size / sizeof (pc_t); in lsrec_fill() 1024 if (rec->dtrd_size != in process_aggregate() 1043 if (rec->dtrd_size != 2 * sizeof (uint64_t)) in process_aggregate()
|
/freebsd/sys/cddl/dev/dtrace/ |
H A D | dtrace_ioctl.c | 141 aggdesc.dtagd_size = lrec->dtrd_offset + lrec->dtrd_size - offs; in dtrace_ioctl() 155 if (act->dta_rec.dtrd_size == 0) { in dtrace_ioctl() 188 if (rec.dtrd_size == 0) { in dtrace_ioctl()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/ |
H A D | dtrace.c | 1038 BUFDUMP(rec, dtrd_size); 1042 int lim = rec->dtrd_size; 1059 "%s)", lim < rec->dtrd_size ? " ..." : "");
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
H A D | dtrace.c | 2571 fsize = size + rec->dtrd_size; in dtrace_aggregate() 2636 limit = i + act->dta_rec.dtrd_size; in dtrace_aggregate() 2674 limit = i + act->dta_rec.dtrd_size; in dtrace_aggregate() 2757 limit = i + act->dta_rec.dtrd_size; in dtrace_aggregate() 7596 size = rec->dtrd_size; 11216 ASSERT(rec->dtrd_size > 0 || rec->dtrd_alignment == 1); 11224 ASSERT(rec->dtrd_size != 0); 11234 if (curneeded + rec->dtrd_size < curneeded) 11236 curneeded += rec->dtrd_size; 11260 if (curneeded + rec->dtrd_size < curneeded) [all …]
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | dtrace.h | 974 uint32_t dtrd_size; /* size of record */ member
|