ctx_task 125 arch/ia64/kernel/perfmon.c #define PFM_CTX_TASK(h) (h)->ctx_task ctx_task 294 arch/ia64/kernel/perfmon.c struct task_struct *ctx_task; /* task to which context is attached */ ctx_task 1719 arch/ia64/kernel/perfmon.c if (owner != ctx->ctx_task) { ctx_task 1722 arch/ia64/kernel/perfmon.c task_pid_nr(owner), task_pid_nr(ctx->ctx_task)); ctx_task 1732 arch/ia64/kernel/perfmon.c DPRINT(("on CPU%d forcing system wide stop for [%d]\n", smp_processor_id(), task_pid_nr(ctx->ctx_task))); ctx_task 2782 arch/ia64/kernel/perfmon.c task = ctx->ctx_task; ctx_task 3022 arch/ia64/kernel/perfmon.c task = ctx->ctx_task; ctx_task 3222 arch/ia64/kernel/perfmon.c task = ctx->ctx_task; ctx_task 3305 arch/ia64/kernel/perfmon.c ret = (*rd_func)(ctx->ctx_task, ctx, cnum, &v, regs); ctx_task 3645 arch/ia64/kernel/perfmon.c task = ctx->ctx_task; ctx_task 4028 arch/ia64/kernel/perfmon.c if (ctx->ctx_task == current) { ctx_task 4039 arch/ia64/kernel/perfmon.c tregs = task_pt_regs(ctx->ctx_task); ctx_task 4238 arch/ia64/kernel/perfmon.c ctx->ctx_task = task; ctx_task 4344 arch/ia64/kernel/perfmon.c ctx->ctx_task = NULL; ctx_task 4425 arch/ia64/kernel/perfmon.c ctx->ctx_task = NULL; ctx_task 4476 arch/ia64/kernel/perfmon.c ctx->ctx_task = NULL; ctx_task 4610 arch/ia64/kernel/perfmon.c task = ctx->ctx_task; ctx_task 5719 arch/ia64/kernel/perfmon.c struct task_struct *task = ctx->ctx_task; ctx_task 5726 arch/ia64/kernel/perfmon.c task_pid_nr(ctx->ctx_task))); ctx_task 6218 arch/ia64/kernel/perfmon.c is_self = ctx->ctx_task == task ? 1 : 0;