Searched refs:new_tp (Results 1 – 1 of 1) sorted by relevance
756 fasttrap_tracepoint_t *tp, *new_tp = NULL; in fasttrap_tracepoint_enable() local844 if (new_tp != NULL) { in fasttrap_tracepoint_enable()845 new_tp->ftt_ids = NULL; in fasttrap_tracepoint_enable()846 new_tp->ftt_retids = NULL; in fasttrap_tracepoint_enable()856 if (new_tp != NULL) { in fasttrap_tracepoint_enable()859 new_tp->ftt_next = bucket->ftb_data; in fasttrap_tracepoint_enable()861 bucket->ftb_data = new_tp; in fasttrap_tracepoint_enable()871 if (fasttrap_tracepoint_install(p, new_tp) != 0) in fasttrap_tracepoint_enable()891 new_tp = probe->ftp_tps[index].fit_tp; in fasttrap_tracepoint_enable()893 ASSERT(new_tp->ftt_pid == pid); in fasttrap_tracepoint_enable()[all …]