HomeSort by relevance Sort by last modified time
    Searched refs:OP_MAX_PERF_COUNT (Results 1 - 4 of 4) sorted by null

  /external/oprofile/libop/
op_hw_config.h 28 #define OP_MAX_PERF_COUNT 2147483647UL
  /external/oprofile/module/x86/
op_nmi.c 161 if (check_range(sysctl.ctr[i].count, 1, OP_MAX_PERF_COUNT,
  /external/oprofile/module/ia64/
op_pmu.c 460 if (check_range(sysctl.ctr[i].count, 1, OP_MAX_PERF_COUNT,
  /external/oprofile/gui/
oprof_start.cpp 823 return cpu_type == CPU_RTC ? OP_MAX_RTC_COUNT : OP_MAX_PERF_COUNT;

Completed in 555 milliseconds