Searched refs:ftt_ids (Results 1 – 4 of 4) sorted by relevance
563 ASSERT(tp->ftt_ids != NULL || tp->ftt_retids != NULL); in fasttrap_tracepoint_enable()569 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()742 if (tp->ftt_ids != NULL || tp->ftt_retids != NULL) { in fasttrap_tracepoint_disable()[all …]
136 fasttrap_id_t *ftt_ids; /* NULL-terminated list */ member
953 if (tp->ftt_ids != NULL) { in fasttrap_pid_probe()958 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) { in fasttrap_pid_probe()1016 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) { in fasttrap_pid_probe()
480 for (id = tp->ftt_ids; id != NULL; id = id->fti_next) { in fasttrap_pid_probe()