Home
last modified time | relevance | path

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

/Linux-v5.4/arch/ia64/kernel/
Dperfmon.c330 void *ctx_smpl_hdr; /* points to sampling buffer header kernel vaddr */ member
1439 if (ctx->ctx_smpl_hdr == NULL) goto invalid_free;
1447 ctx->ctx_smpl_hdr,
1456 vfree(ctx->ctx_smpl_hdr);
1458 ctx->ctx_smpl_hdr = NULL;
2053 if (ctx->ctx_smpl_hdr) { in pfm_close()
2054 smpl_buf_addr = ctx->ctx_smpl_hdr; in pfm_close()
2057 ctx->ctx_smpl_hdr = NULL; in pfm_close()
2252 ctx->ctx_smpl_hdr = smpl_buf; in pfm_smpl_buffer_alloc()
2273 DPRINT(("aligned size=%ld, hdr=%p mapped @0x%lx\n", size, ctx->ctx_smpl_hdr, vma->vm_start)); in pfm_smpl_buffer_alloc()
[all …]