Lines Matching refs:GET_PMU_OWNER
210 #define GET_PMU_OWNER() pfm_get_cpu_var(pmu_owner) macro
1761 owner = GET_PMU_OWNER(); in pfm_syswide_force_stop()
2852 can_access_pmu = GET_PMU_OWNER() == task || is_system ? 1 : 0; in pfm_write_pmcs()
3095 can_access_pmu = GET_PMU_OWNER() == task || is_system ? 1 : 0; in pfm_write_pmds()
3294 can_access_pmu = GET_PMU_OWNER() == task || is_system ? 1 : 0; in pfm_read_pmds()
3719 can_access_pmu = GET_PMU_OWNER() == task || is_system ? 1 : 0; in pfm_write_ibr_dbr()
4334 owner_task = GET_PMU_OWNER(); in pfm_context_load()
4598 BUG_ON(GET_PMU_OWNER()); in pfm_exit_thread()
5391 GET_PMU_OWNER() ? task_pid_nr(GET_PMU_OWNER()) : -1, in pfm_overflow_handler()
5473 task = GET_PMU_OWNER(); in pfm_do_interrupt_handler()
5786 if (GET_PMU_OWNER() == task) { in pfm_force_cleanup()
6001 BUG_ON(GET_PMU_OWNER()); in pfm_load_regs()
6161 owner = GET_PMU_OWNER(); in pfm_load_regs()
6289 …can_access_pmu = (GET_PMU_OWNER() == task) || (ctx->ctx_fl_system && ctx->ctx_cpu == smp_processor… in pfm_flush_pmds()
6710 task = GET_PMU_OWNER(); in dump_pmu_state()