Searched refs:ctx_cpu (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/ia64/kernel/ |
| D | perfmon.c | 324 unsigned int ctx_cpu; /* cpu to which perfmon is applied (system wide) */ member 1712 if (ctx->ctx_cpu != smp_processor_id()) { in pfm_syswide_force_stop() 1714 ctx->ctx_cpu, in pfm_syswide_force_stop() 1756 DPRINT(("calling CPU%d for cleanup\n", ctx->ctx_cpu)); in pfm_syswide_cleanup_other_cpu() 1757 ret = smp_call_function_single(ctx->ctx_cpu, pfm_syswide_force_stop, ctx, 1); in pfm_syswide_cleanup_other_cpu() 1758 DPRINT(("called CPU%d for cleanup ret=%d\n", ctx->ctx_cpu, ret)); in pfm_syswide_cleanup_other_cpu() 1829 if (is_system && ctx->ctx_cpu != smp_processor_id()) { in pfm_flush() 1831 DPRINT(("should be running on CPU%d\n", ctx->ctx_cpu)); in pfm_flush() 2073 pfm_unreserve_session(ctx, ctx->ctx_fl_system , ctx->ctx_cpu); in pfm_close() 2793 if (is_system && ctx->ctx_cpu != smp_processor_id()) { in pfm_write_pmcs() [all …]
|