Home
last modified time | relevance | path

Searched refs:trace_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3390 llvm::Expected<TraceSupportedResponse> trace_type = in CreateTrace() local
3392 if (!trace_type) in CreateTrace()
3395 llvm::toString(trace_type.takeError()).c_str()); in CreateTrace()
3397 Trace::FindPluginForLiveProcess(trace_type->name, *m_process_sp)) in CreateTrace()
/freebsd/sys/dev/ti/
H A Dif_ti.c3723 ti_trace_type trace_type; in ti_ioctl2() local
3725 trace_type = *(ti_trace_type *)addr; in ti_ioctl2()
3733 CSR_WRITE_4(sc, TI_GCR_NIC_TRACING, trace_type); in ti_ioctl2()