Home
last modified time | relevance | path

Searched refs:ctx_cpu (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/arch/ia64/kernel/
Dperfmon.c319 unsigned int ctx_cpu; /* cpu to which perfmon is applied (system wide) */ member
1764 if (ctx->ctx_cpu != smp_processor_id()) { in pfm_syswide_force_stop()
1766 ctx->ctx_cpu, in pfm_syswide_force_stop()
1808 DPRINT(("calling CPU%d for cleanup\n", ctx->ctx_cpu)); in pfm_syswide_cleanup_other_cpu()
1809 ret = smp_call_function_single(ctx->ctx_cpu, pfm_syswide_force_stop, ctx, 1); in pfm_syswide_cleanup_other_cpu()
1810 DPRINT(("called CPU%d for cleanup ret=%d\n", ctx->ctx_cpu, ret)); in pfm_syswide_cleanup_other_cpu()
1881 if (is_system && ctx->ctx_cpu != smp_processor_id()) { in pfm_flush()
1883 DPRINT(("should be running on CPU%d\n", ctx->ctx_cpu)); in pfm_flush()
2125 pfm_unreserve_session(ctx, ctx->ctx_fl_system , ctx->ctx_cpu); in pfm_close()
2876 if (is_system && ctx->ctx_cpu != smp_processor_id()) { in pfm_write_pmcs()
[all …]