Searched refs:ctx_smpl_hdr (Results 1 – 1 of 1) sorted by relevance
326 void *ctx_smpl_hdr; /* points to sampling buffer header kernel vaddr */ member1502 if (ctx->ctx_smpl_hdr == NULL) goto invalid_free;1510 ctx->ctx_smpl_hdr,1519 pfm_rvfree(ctx->ctx_smpl_hdr, ctx->ctx_smpl_size);1521 ctx->ctx_smpl_hdr = NULL;2116 if (ctx->ctx_smpl_hdr) { in pfm_close()2117 smpl_buf_addr = ctx->ctx_smpl_hdr; in pfm_close()2120 ctx->ctx_smpl_hdr = NULL; in pfm_close()2335 ctx->ctx_smpl_hdr = smpl_buf; in pfm_smpl_buffer_alloc()2356 DPRINT(("aligned size=%ld, hdr=%p mapped @0x%lx\n", size, ctx->ctx_smpl_hdr, vma->vm_start)); in pfm_smpl_buffer_alloc()[all …]