Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/
A Dop_model_ppro.c47 static int counter_width = 32; variable
49 #define CTR_OVERFLOWED(n) (!((n) & (1ULL<<(counter_width-1))))
94 if (counter_width < eax.split.bit_width) in ppro_setup_ctrs()
95 counter_width = eax.split.bit_width; in ppro_setup_ctrs()

Completed in 2 milliseconds