Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.cpp45 const uint64_t max_valid_size_bytes = 8000; in SanityCheck() local
46 if (size == 0 || size > max_valid_size_bytes) in SanityCheck()