Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DX86Counter.cpp117 X86LbrPerfEvent::X86LbrPerfEvent(unsigned SamplingPeriod) { in X86LbrPerfEvent() argument
118 assert(SamplingPeriod > 0 && "SamplingPeriod must be positive"); in X86LbrPerfEvent()
128 Attr->sample_period = SamplingPeriod; in X86LbrPerfEvent()
H A DX86Counter.h31 X86LbrPerfEvent(unsigned SamplingPeriod);