Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/kernel/
Dperfmon.c115 #define CTX_HAS_SMPL(c) ((c)->ctx_psb != NULL)
257 pfm_smpl_buffer_desc_t *ctx_psb; /* sampling buffer, if any */ member
740 if (ctx == NULL || task->mm == NULL || ctx->ctx_smpl_vaddr == 0 || ctx->ctx_psb == NULL) { in pfm_remove_smpl_mapping()
744 psb = ctx->ctx_psb; in pfm_remove_smpl_mapping()
981 ctx->ctx_psb = psb; in pfm_smpl_buffer_alloc()
1996 ctx->ctx_psb->psb_hdr->hdr_count = 0; in pfm_restart()
1997 ctx->ctx_psb->psb_index = 0; in pfm_restart()
2036 ctx->ctx_psb->psb_hdr->hdr_count = 0; in pfm_restart()
2037 ctx->ctx_psb->psb_index = 0; in pfm_restart()
2825 ctx->ctx_psb->psb_hdr->hdr_count = 0; in pfm_ovfl_block_reset()
[all …]