HomeSort by relevance Sort by last modified time
    Searched full:cpuevents (Results 1 - 1 of 1) sorted by null

  /external/oprofile/opcontrol/
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];

Completed in 105 milliseconds