summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/dtrace_impl.h
diff options
context:
space:
mode:
authorbmc <none@none>2005-09-06 21:35:51 -0700
committerbmc <none@none>2005-09-06 21:35:51 -0700
commit187eccf82fe5df80e08c44da52ae2eec86f82d6e (patch)
tree2106f61f07f674d25e5135c624e74ff9067b8c1d /usr/src/uts/common/sys/dtrace_impl.h
parent1bd453f385f392a0415fad0b14efc9f5a545320f (diff)
downloadillumos-gate-187eccf82fe5df80e08c44da52ae2eec86f82d6e.tar.gz
6320437 ::difo doesn't always properly align its outputonnv_23
6320438 helper tracing should trace detailed error information 6320439 aggregations with negative values are not properly sorted 6320440 quantizations with values in zero bucket are not properly sorted 6320443 linear quantizations with values beyond range aren't properly printed 6320445 need mechanism for ustack helpers to annotate frames 6320447 %d doesn't work properly for printa() of aggregation w/ negative values 6320449 helpers should be able to call string-related subroutines
Diffstat (limited to 'usr/src/uts/common/sys/dtrace_impl.h')
-rw-r--r--usr/src/uts/common/sys/dtrace_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/dtrace_impl.h b/usr/src/uts/common/sys/dtrace_impl.h
index 6777e0f25d..26d72dec22 100644
--- a/usr/src/uts/common/sys/dtrace_impl.h
+++ b/usr/src/uts/common/sys/dtrace_impl.h
@@ -1029,6 +1029,9 @@ typedef struct dtrace_helptrace {
dtrace_helper_action_t *dtht_helper; /* helper action */
int dtht_where; /* where in helper action */
int dtht_nlocals; /* number of locals */
+ int dtht_fault; /* type of fault (if any) */
+ int dtht_fltoffs; /* DIF offset */
+ uint64_t dtht_illval; /* faulting value */
uint64_t dtht_locals[1]; /* local variables */
} dtrace_helptrace_t;