Home
last modified time | relevance | path

Searched refs:ftt_retids (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c577 id->fti_next = tp->ftt_retids; in fasttrap_tracepoint_enable()
579 tp->ftt_retids = id; in fasttrap_tracepoint_enable()
591 new_tp->ftt_retids = NULL; in fasttrap_tracepoint_enable()
640 ASSERT(new_tp->ftt_retids == NULL); in fasttrap_tracepoint_enable()
653 new_tp->ftt_retids = id; in fasttrap_tracepoint_enable()
668 new_tp->ftt_retids = NULL; in fasttrap_tracepoint_enable()
718 ASSERT(tp->ftt_retids != NULL); in fasttrap_tracepoint_disable()
719 idp = &tp->ftt_retids; in fasttrap_tracepoint_disable()
759 tmp_probe = tp->ftt_retids->fti_probe; in fasttrap_tracepoint_disable()
761 tmp_index = FASTTRAP_ID_INDEX(tp->ftt_retids); in fasttrap_tracepoint_disable()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dfasttrap_impl.h135 fasttrap_id_t *ftt_retids; /* NULL-terminated list */ member
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c301 if (tp == NULL || tp->ftt_retids == NULL) { in fasttrap_return_common()
306 for (id = tp->ftt_retids; id != NULL; id = id->fti_next) { in fasttrap_return_common()
962 if (tp->ftt_retids != NULL) { in fasttrap_pid_probe()
988 if (tp->ftt_retids != NULL) { in fasttrap_pid_probe()
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c665 for (id = tp->ftt_retids; id != NULL; id = id->fti_next) { in fasttrap_return_common()
1526 if (tp->ftt_retids != NULL) { in fasttrap_pid_probe()
1551 if (tp->ftt_retids != NULL) { in fasttrap_pid_probe()