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