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 */ member1482 if (ctx->ctx_smpl_hdr == NULL) goto invalid_free;1490 ctx->ctx_smpl_hdr,1499 pfm_rvfree(ctx->ctx_smpl_hdr, ctx->ctx_smpl_size);1501 ctx->ctx_smpl_hdr = NULL;2096 if (ctx->ctx_smpl_hdr) { in pfm_close()2097 smpl_buf_addr = ctx->ctx_smpl_hdr; in pfm_close()2100 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 …]