Searched refs:ftt_retids (Results 1 – 4 of 4) sorted by relevance
819 ASSERT(tp->ftt_ids != NULL || tp->ftt_retids != NULL); in fasttrap_tracepoint_enable()833 id->fti_next = tp->ftt_retids; in fasttrap_tracepoint_enable()835 tp->ftt_retids = id; in fasttrap_tracepoint_enable()849 new_tp->ftt_retids = NULL; in fasttrap_tracepoint_enable()899 ASSERT(new_tp->ftt_retids == NULL); in fasttrap_tracepoint_enable()912 new_tp->ftt_retids = id; in fasttrap_tracepoint_enable()927 new_tp->ftt_retids = NULL; in fasttrap_tracepoint_enable()977 ASSERT(tp->ftt_retids != NULL); in fasttrap_tracepoint_disable()978 idp = &tp->ftt_retids; in fasttrap_tracepoint_disable()1003 if (tp->ftt_ids != NULL || tp->ftt_retids != NULL) { in fasttrap_tracepoint_disable()[all …]
146 fasttrap_id_t *ftt_retids; /* NULL-terminated list */ member
217 for (id = tp->ftt_retids; id != NULL; id = id->fti_next) {398 uthread->t_dtrace_ret = (tp->ftt_retids != NULL);1098 if (tp->ftt_retids != NULL) {
704 for (id = tp->ftt_retids; id != NULL; id = id->fti_next) { in fasttrap_return_common()1446 if (tp->ftt_retids != NULL) { in fasttrap_pid_probe32()1481 if (tp->ftt_retids != NULL) { in fasttrap_pid_probe32()2095 if (tp->ftt_retids != NULL) { in fasttrap_pid_probe64()2131 if (tp->ftt_retids != NULL) { in fasttrap_pid_probe64()