HomeSort by: relevance | last modified time | path
    Searched defs:performance (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/common/
cpu_frequency.h 204 int performance = 0; local
205 if (strncmp (temp, "performance", sizeof ("performance") - 1) == 0)
206 performance = 1;
210 if (intel_pstate || ondemand || performance)
  /src/external/gpl3/binutils.old/dist/gprofng/common/
cpu_frequency.h 204 int performance = 0; local
205 if (strncmp (temp, "performance", sizeof ("performance") - 1) == 0)
206 performance = 1;
210 if (intel_pstate || ondemand || performance)

Completed in 24 milliseconds