Searched refs:ftt_ids (Results 1 – 4 of 4) sorted by relevance
818 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 …]
396 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()
164 fasttrap_id_t *ftt_ids; /* NULL-terminated list */ member
1038 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()