Searched refs:GET_PMU_OWNER (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dperfmon.c208 #define GET_PMU_OWNER() pfm_get_cpu_var(pmu_owner) macro
1736 owner = GET_PMU_OWNER();
2830 can_access_pmu = GET_PMU_OWNER() == task || is_system ? 1 : 0;
3073 can_access_pmu = GET_PMU_OWNER() == task || is_system ? 1 : 0;
3272 can_access_pmu = GET_PMU_OWNER() == task || is_system ? 1 : 0;
3688 can_access_pmu = GET_PMU_OWNER() == task || is_system ? 1 : 0;
4294 owner_task = GET_PMU_OWNER();
4558 BUG_ON(GET_PMU_OWNER());
5347 GET_PMU_OWNER() ? task_pid_nr(GET_PMU_OWNER())
[all...]

Completed in 65 milliseconds