Searched defs:pai_pmu (Results 1 – 1 of 1) sorted by relevance
79 struct pai_pmu { /* Define PAI PMU characteristics */ struct89 int (*init)(struct pai_pmu *p); /* PMU support init function */ argument90 void (*exit)(struct pai_pmu *p); /* PMU support exit function */ argument94 static struct pai_pmu pai_pmu[]; /* Forward declaration */ argument1209 static struct pai_pmu pai_pmu[] __refdata = { variable