Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c123 #define PFM_CTX_TASK(h) (h)->ctx_task
292 struct task_struct *ctx_task; /* task to which context is attached */ member
1764 if (owner != ctx->ctx_task) { in pfm_syswide_force_stop()
1767 task_pid_nr(owner), task_pid_nr(ctx->ctx_task)); in pfm_syswide_force_stop()
1777 …(("on CPU%d forcing system wide stop for [%d]\n", smp_processor_id(), task_pid_nr(ctx->ctx_task))); in pfm_syswide_force_stop()
2829 task = ctx->ctx_task; in pfm_write_pmcs()
3069 task = ctx->ctx_task; in pfm_write_pmds()
3269 task = ctx->ctx_task; in pfm_read_pmds()
3352 ret = (*rd_func)(ctx->ctx_task, ctx, cnum, &v, regs); in pfm_read_pmds()
3692 task = ctx->ctx_task; in pfm_write_ibr_dbr()
[all …]