Searched refs:sdt_tracepoint (Results 1 – 2 of 2) sorted by relevance
229 struct sdt_tracepoint *tp; in sdt_probe_update_cb()377 struct sdt_tracepoint *tp_begin, *tp_end; in sdt_kld_load_probes()402 for (struct sdt_tracepoint *tp = tp_begin; tp < tp_end; tp++) { in sdt_kld_load_probes()472 struct sdt_tracepoint *tp_begin, *tp_end; in sdt_kld_unload_probes()476 for (struct sdt_tracepoint *tp = tp_begin; tp < tp_end; tp++) { in sdt_kld_unload_probes()477 struct sdt_tracepoint *tp2; in sdt_kld_unload_probes()488 struct sdt_tracepoint *tp3; in sdt_kld_unload_probes()
204 struct sdt_tracepoint { struct208 STAILQ_ENTRY(sdt_tracepoint) tracepoint_entry; argument446 STAILQ_HEAD(, sdt_tracepoint) tracepoint_list;