ctx_fl_system 839 arch/ia64/kernel/perfmon.c ctx->ctx_fl_system = (ctx_flags & PFM_FL_SYSTEM_WIDE) ? 1: 0; ctx_fl_system 959 arch/ia64/kernel/perfmon.c is_system = ctx->ctx_fl_system; ctx_fl_system 1804 arch/ia64/kernel/perfmon.c is_system = ctx->ctx_fl_system; ctx_fl_system 1934 arch/ia64/kernel/perfmon.c is_system = ctx->ctx_fl_system; ctx_fl_system 2073 arch/ia64/kernel/perfmon.c pfm_unreserve_session(ctx, ctx->ctx_fl_system , ctx->ctx_cpu); ctx_fl_system 2628 arch/ia64/kernel/perfmon.c ctx->ctx_fl_system, ctx_fl_system 2777 arch/ia64/kernel/perfmon.c #define PFM_CHECK_PMC_PM(x, y, z) ((x)->ctx_fl_system ^ PMC_PM(y, z)) ctx_fl_system 2781 arch/ia64/kernel/perfmon.c is_system = ctx->ctx_fl_system; ctx_fl_system 3020 arch/ia64/kernel/perfmon.c is_system = ctx->ctx_fl_system; ctx_fl_system 3220 arch/ia64/kernel/perfmon.c is_system = ctx->ctx_fl_system; ctx_fl_system 3347 arch/ia64/kernel/perfmon.c if (task != current && ctx->ctx_fl_system == 0) return -EBUSY; ctx_fl_system 3368 arch/ia64/kernel/perfmon.c if (task != current && ctx->ctx_fl_system == 0) return -EBUSY; ctx_fl_system 3465 arch/ia64/kernel/perfmon.c is_system = ctx->ctx_fl_system; ctx_fl_system 3644 arch/ia64/kernel/perfmon.c is_system = ctx->ctx_fl_system; ctx_fl_system 3807 arch/ia64/kernel/perfmon.c if (ctx->ctx_fl_system) { ctx_fl_system 3848 arch/ia64/kernel/perfmon.c if (task != current && ctx->ctx_fl_system == 0) return -EBUSY; ctx_fl_system 3869 arch/ia64/kernel/perfmon.c if (task != current && ctx->ctx_fl_system == 0) return -EBUSY; ctx_fl_system 3893 arch/ia64/kernel/perfmon.c is_system = ctx->ctx_fl_system; ctx_fl_system 3981 arch/ia64/kernel/perfmon.c is_system = ctx->ctx_fl_system; ctx_fl_system 4121 arch/ia64/kernel/perfmon.c is_system = ctx->ctx_fl_system; ctx_fl_system 4324 arch/ia64/kernel/perfmon.c if (ret) pfm_unreserve_session(ctx, ctx->ctx_fl_system, the_cpu); ctx_fl_system 4372 arch/ia64/kernel/perfmon.c is_system = ctx->ctx_fl_system; ctx_fl_system 4630 arch/ia64/kernel/perfmon.c if (task == current || ctx->ctx_fl_system) return 0; ctx_fl_system 5433 arch/ia64/kernel/perfmon.c if (ctx->ctx_fl_system == 0 && (task->thread.flags & IA64_THREAD_PM_VALID) == 0) ctx_fl_system 6227 arch/ia64/kernel/perfmon.c can_access_pmu = (GET_PMU_OWNER() == task) || (ctx->ctx_fl_system && ctx->ctx_cpu == smp_processor_id());