Home
last modified time | relevance | path

Searched refs:OP_MAX_PERF_COUNT (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/libop/
Dop_hw_config.h28 #define OP_MAX_PERF_COUNT 2147483647UL macro
/external/oprofile/module/x86/
Dop_nmi.c161 if (check_range(sysctl.ctr[i].count, 1, OP_MAX_PERF_COUNT, in pmc_check_params()
/external/oprofile/module/ia64/
Dop_pmu.c460 if (check_range(sysctl.ctr[i].count, 1, OP_MAX_PERF_COUNT, in pmu_check_params()
/external/oprofile/gui/
Doprof_start.cpp823 return cpu_type == CPU_RTC ? OP_MAX_RTC_COUNT : OP_MAX_PERF_COUNT; in max_perf_count()