Searched refs:ctx_smpl_hdr (Results 1 – 1 of 1) sorted by relevance
325 void *ctx_smpl_hdr; /* points to sampling buffer header kernel vaddr */ member1491 if (ctx->ctx_smpl_hdr == NULL) goto invalid_free;1499 ctx->ctx_smpl_hdr,1508 pfm_rvfree(ctx->ctx_smpl_hdr, ctx->ctx_smpl_size);1510 ctx->ctx_smpl_hdr = NULL;2105 if (ctx->ctx_smpl_hdr) { in pfm_close()2106 smpl_buf_addr = ctx->ctx_smpl_hdr; in pfm_close()2109 ctx->ctx_smpl_hdr = NULL; in pfm_close()2324 ctx->ctx_smpl_hdr = smpl_buf; in pfm_smpl_buffer_alloc()2345 DPRINT(("aligned size=%ld, hdr=%p mapped @0x%lx\n", size, ctx->ctx_smpl_hdr, vma->vm_start)); in pfm_smpl_buffer_alloc()[all …]