event
struct event {
struct event
pmcinfox() : rate(0), event() { }
pmcinfox(uint32_t rate, std::string event) : rate(rate), event(event) { }