Searched refs:new_tp (Results 1 – 1 of 1) sorted by relevance
773 fasttrap_tracepoint_t *tp, *new_tp = NULL; in fasttrap_tracepoint_enable() local861 if (new_tp != NULL) { in fasttrap_tracepoint_enable()862 new_tp->ftt_ids = NULL; in fasttrap_tracepoint_enable()863 new_tp->ftt_retids = NULL; in fasttrap_tracepoint_enable()873 if (new_tp != NULL) { in fasttrap_tracepoint_enable()876 new_tp->ftt_next = bucket->ftb_data; in fasttrap_tracepoint_enable()878 bucket->ftb_data = new_tp; in fasttrap_tracepoint_enable()888 if (fasttrap_tracepoint_install(p, new_tp) != 0) in fasttrap_tracepoint_enable()908 new_tp = probe->ftp_tps[index].fit_tp; in fasttrap_tracepoint_enable()910 ASSERT(new_tp->ftt_pid == pid); in fasttrap_tracepoint_enable()[all …]