opcontrol.cpp | 103 struct cpuevents { struct 107 } cpuevents[] = { variable in typeref:struct:cpuevents 126 struct cpuevents *cpuevent; 240 for (unsigned int i = 0; i < ARRAYSZ(cpuevents); i++) { 241 if (strcmp(buf, cpuevents[i].cpu) == 0) { 242 cpuevent = &cpuevents[i]; 256 cpuevent = &cpuevents[0];
|