Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c818 ASSERT(tp->ftt_ids != NULL || tp->ftt_retids != NULL); in fasttrap_tracepoint_enable()
824 id->fti_next = tp->ftt_ids; in fasttrap_tracepoint_enable()
826 tp->ftt_ids = id; in fasttrap_tracepoint_enable()
845 new_tp->ftt_ids = NULL; in fasttrap_tracepoint_enable()
896 ASSERT(new_tp->ftt_ids == NULL); in fasttrap_tracepoint_enable()
904 new_tp->ftt_ids = id; in fasttrap_tracepoint_enable()
931 new_tp->ftt_ids = NULL; in fasttrap_tracepoint_enable()
976 ASSERT(tp->ftt_ids != NULL); in fasttrap_tracepoint_disable()
977 idp = &tp->ftt_ids; in fasttrap_tracepoint_disable()
1006 if (tp->ftt_ids != NULL || tp->ftt_retids != NULL) { in fasttrap_tracepoint_disable()
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/
H A Dfasttrap_isa.c396 if (tp->ftt_ids != NULL) { in fasttrap_pid_probe()
399 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) { in fasttrap_pid_probe()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dfasttrap_impl.h164 fasttrap_id_t *ftt_ids; /* NULL-terminated list */ member
/freebsd/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c1038 if (tp->ftt_ids != NULL) { in fasttrap_pid_probe()
1043 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) { in fasttrap_pid_probe()
1101 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) { in fasttrap_pid_probe()