Searched refs:ctx_cpu (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/ia64/kernel/ |
D | perfmon.c | 320 unsigned int ctx_cpu; /* cpu to which perfmon is applied (system wide) */ member 1775 if (ctx->ctx_cpu != smp_processor_id()) { in pfm_syswide_force_stop() 1777 ctx->ctx_cpu, in pfm_syswide_force_stop() 1819 DPRINT(("calling CPU%d for cleanup\n", ctx->ctx_cpu)); in pfm_syswide_cleanup_other_cpu() 1820 ret = smp_call_function_single(ctx->ctx_cpu, pfm_syswide_force_stop, ctx, 1); in pfm_syswide_cleanup_other_cpu() 1821 DPRINT(("called CPU%d for cleanup ret=%d\n", ctx->ctx_cpu, ret)); in pfm_syswide_cleanup_other_cpu() 1892 if (is_system && ctx->ctx_cpu != smp_processor_id()) { in pfm_flush() 1894 DPRINT(("should be running on CPU%d\n", ctx->ctx_cpu)); in pfm_flush() 2136 pfm_unreserve_session(ctx, ctx->ctx_fl_system , ctx->ctx_cpu); in pfm_close() 2887 if (is_system && ctx->ctx_cpu != smp_processor_id()) { in pfm_write_pmcs() [all …]
|