Searched refs:ctx_fd (Results 1 – 2 of 2) sorted by relevance
/arch/ia64/include/asm/ |
D | perfmon.h | 76 int ctx_fd; /* return arg: unique identification for context */ member
|
/arch/ia64/kernel/ |
D | perfmon.c | 321 int ctx_fd; /* file descriptor used my this context */ member 1673 DPRINT(("pfm_poll ctx_fd=%d before poll_wait\n", ctx->ctx_fd)); in pfm_poll() 1684 DPRINT(("pfm_poll ctx_fd=%d mask=0x%x\n", ctx->ctx_fd, mask)); in pfm_poll() 2545 …DPRINT(("<%d> all_pmcs=0x%lx all_pmds=0x%lx\n", ctx->ctx_fd, ctx->ctx_all_pmcs[0],ctx->ctx_all_pmd… in pfm_reset_pmu_state() 2697 req->ctx_fd = ctx->ctx_fd = fd; in pfm_context_create() 2715 ctx->ctx_fd)); in pfm_context_create() 4696 DPRINT(("context %d no task, state=%d\n", ctx->ctx_fd, state)); in pfm_check_task_state() 4701 ctx->ctx_fd, in pfm_check_task_state() 5156 msg->pfm_ovfl_msg.msg_ctx_fd = ctx->ctx_fd; in pfm_ovfl_notify_user() 5168 ctx->ctx_fd, in pfm_ovfl_notify_user() [all …]
|