Searched refs:ctx_smpl_hdr (Results 1 – 1 of 1) sorted by relevance
328 void *ctx_smpl_hdr; /* points to sampling buffer header kernel vaddr */ member1484 if (ctx->ctx_smpl_hdr == NULL) goto invalid_free;1492 ctx->ctx_smpl_hdr,1501 pfm_rvfree(ctx->ctx_smpl_hdr, ctx->ctx_smpl_size);1503 ctx->ctx_smpl_hdr = NULL;2098 if (ctx->ctx_smpl_hdr) { in pfm_close()2099 smpl_buf_addr = ctx->ctx_smpl_hdr; in pfm_close()2102 ctx->ctx_smpl_hdr = NULL; in pfm_close()2299 ctx->ctx_smpl_hdr = smpl_buf; in pfm_smpl_buffer_alloc()2320 DPRINT(("aligned size=%ld, hdr=%p mapped @0x%lx\n", size, ctx->ctx_smpl_hdr, vma->vm_start)); in pfm_smpl_buffer_alloc()[all …]