Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/dev/dtrace/
H A Dfasttrap.c819 ASSERT(tp->ftt_ids != NULL || tp->ftt_retids != NULL); in fasttrap_tracepoint_enable()
825 id->fti_next = tp->ftt_ids; in fasttrap_tracepoint_enable()
827 tp->ftt_ids = id; in fasttrap_tracepoint_enable()
848 new_tp->ftt_ids = NULL; in fasttrap_tracepoint_enable()
898 ASSERT(new_tp->ftt_ids == NULL); in fasttrap_tracepoint_enable()
906 new_tp->ftt_ids = id; in fasttrap_tracepoint_enable()
926 new_tp->ftt_ids = NULL; in fasttrap_tracepoint_enable()
971 ASSERT(tp->ftt_ids != NULL); in fasttrap_tracepoint_disable()
972 idp = &tp->ftt_ids; in fasttrap_tracepoint_disable()
1003 if (tp->ftt_ids != NULL || tp->ftt_retids != NULL) { in fasttrap_tracepoint_disable()
[all …]
/xnu-12377.41.6/bsd/sys/
H A Dfasttrap_impl.h145 fasttrap_id_t *ftt_ids; /* NULL-terminated list */ member
/xnu-12377.41.6/bsd/dev/i386/
H A Dfasttrap_isa.c1020 if (tp->ftt_ids != NULL) { in fasttrap_pid_probe32()
1040 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) { in fasttrap_pid_probe32()
1584 if (tp->ftt_ids != NULL) { in fasttrap_pid_probe64()
1587 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) { in fasttrap_pid_probe64()
/xnu-12377.41.6/bsd/dev/arm64/
H A Dfasttrap_isa.c990 if (tp->ftt_ids != NULL) {
1003 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) {