Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c569 id->fti_next = tp->ftt_ids; in fasttrap_tracepoint_enable()
571 tp->ftt_ids = id; in fasttrap_tracepoint_enable()
590 new_tp->ftt_ids = NULL; in fasttrap_tracepoint_enable()
639 ASSERT(new_tp->ftt_ids == NULL); in fasttrap_tracepoint_enable()
647 new_tp->ftt_ids = id; in fasttrap_tracepoint_enable()
667 new_tp->ftt_ids = NULL; in fasttrap_tracepoint_enable()
712 ASSERT(tp->ftt_ids != NULL); in fasttrap_tracepoint_disable()
713 idp = &tp->ftt_ids; in fasttrap_tracepoint_disable()
753 if (tp->ftt_ids != NULL) { in fasttrap_tracepoint_disable()
754 tmp_probe = tp->ftt_ids->fti_probe; in fasttrap_tracepoint_disable()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dfasttrap_impl.h134 fasttrap_id_t *ftt_ids; /* NULL-terminated list */ member
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c927 if (tp->ftt_ids != NULL) { in fasttrap_pid_probe()
931 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) { in fasttrap_pid_probe()
988 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) { in fasttrap_pid_probe()
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c480 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) { in fasttrap_pid_probe()