Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/kernel/
Dperfmon.c209 #define GET_PMU_OWNER() pfm_get_cpu_var(pmu_owner) macro
1770 owner = GET_PMU_OWNER(); in pfm_syswide_force_stop()
2880 can_access_pmu = GET_PMU_OWNER() == task || is_system ? 1 : 0; in pfm_write_pmcs()
3123 can_access_pmu = GET_PMU_OWNER() == task || is_system ? 1 : 0; in pfm_write_pmds()
3322 can_access_pmu = GET_PMU_OWNER() == task || is_system ? 1 : 0; in pfm_read_pmds()
3747 can_access_pmu = GET_PMU_OWNER() == task || is_system ? 1 : 0; in pfm_write_ibr_dbr()
4362 owner_task = GET_PMU_OWNER(); in pfm_context_load()
4626 BUG_ON(GET_PMU_OWNER()); in pfm_exit_thread()
5419 GET_PMU_OWNER() ? task_pid_nr(GET_PMU_OWNER()) : -1, in pfm_overflow_handler()
5501 task = GET_PMU_OWNER(); in pfm_do_interrupt_handler()
[all …]