Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp341 std::optional<DecodedThread::TSC> tsc_upper_bound) in PSBBlockDecoder() argument
345 m_tsc_upper_bound(tsc_upper_bound) {} in PSBBlockDecoder()
375 std::optional<DecodedThread::TSC> tsc_upper_bound) { in Create() argument
382 decoded_thread, trace_intel_pt, tsc_upper_bound); in Create()