You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
// #11793
|
|
|
|
typedef struct pfmlib_pmu {
|
|
int flags ;
|
|
int (*get_event_encoding[10])(void* this, pfmlib_event_desc_t* e);
|
|
} pfmlib_pmu_t ;
|
|
|
|
pfmlib_pmu_t sparc_ultra3_support = { .flags = 0 };
|