pub trait ConfigFlags { // Required method fn raw(&self) -> usize; }
Flags to configure performance counter.
Get a raw value to pass to SBI environment.