Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp52 static cl::opt<unsigned> LbrSamplingPeriod( variable
670 if (LbrSamplingPeriod > 0) { in createCounter()
676 X86LbrPerfEvent(LbrSamplingPeriod)); in createCounter()
745 if (LbrSamplingPeriod == 0) in checkFeatureSupport()