Searched defs:pai_pmu (Results 1 – 1 of 1) sorted by relevance
78 struct pai_pmu { /* Define PAI PMU characteristics */ struct88 int (*init)(struct pai_pmu *p); /* PMU support init function */ argument89 void (*exit)(struct pai_pmu *p); /* PMU support exit function */ argument93 static struct pai_pmu pai_pmu[]; /* Forward declaration */ argument1139 static struct pai_pmu pai_pmu[] __refdata = { variable