Searched refs:ctx_cpu (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/ia64/kernel/ |
D | perfmon.c | 320 unsigned int ctx_cpu; /* cpu to which perfmon is applied (system wide) */ member 1755 if (ctx->ctx_cpu != smp_processor_id()) { in pfm_syswide_force_stop() 1757 ctx->ctx_cpu, in pfm_syswide_force_stop() 1799 DPRINT(("calling CPU%d for cleanup\n", ctx->ctx_cpu)); in pfm_syswide_cleanup_other_cpu() 1800 ret = smp_call_function_single(ctx->ctx_cpu, pfm_syswide_force_stop, ctx, 1); in pfm_syswide_cleanup_other_cpu() 1801 DPRINT(("called CPU%d for cleanup ret=%d\n", ctx->ctx_cpu, ret)); in pfm_syswide_cleanup_other_cpu() 1872 if (is_system && ctx->ctx_cpu != smp_processor_id()) { in pfm_flush() 1874 DPRINT(("should be running on CPU%d\n", ctx->ctx_cpu)); in pfm_flush() 2116 pfm_unreserve_session(ctx, ctx->ctx_fl_system , ctx->ctx_cpu); in pfm_close() 2848 if (is_system && ctx->ctx_cpu != smp_processor_id()) { in pfm_write_pmcs() [all …]
|