ctx_smpl_hdr 330 arch/ia64/kernel/perfmon.c void *ctx_smpl_hdr; /* points to sampling buffer header kernel vaddr */ ctx_smpl_hdr 1439 arch/ia64/kernel/perfmon.c if (ctx->ctx_smpl_hdr == NULL) goto invalid_free; ctx_smpl_hdr 1447 arch/ia64/kernel/perfmon.c ctx->ctx_smpl_hdr, ctx_smpl_hdr 1456 arch/ia64/kernel/perfmon.c vfree(ctx->ctx_smpl_hdr); ctx_smpl_hdr 1458 arch/ia64/kernel/perfmon.c ctx->ctx_smpl_hdr = NULL; ctx_smpl_hdr 2053 arch/ia64/kernel/perfmon.c if (ctx->ctx_smpl_hdr) { ctx_smpl_hdr 2054 arch/ia64/kernel/perfmon.c smpl_buf_addr = ctx->ctx_smpl_hdr; ctx_smpl_hdr 2057 arch/ia64/kernel/perfmon.c ctx->ctx_smpl_hdr = NULL; ctx_smpl_hdr 2252 arch/ia64/kernel/perfmon.c ctx->ctx_smpl_hdr = smpl_buf; ctx_smpl_hdr 2273 arch/ia64/kernel/perfmon.c DPRINT(("aligned size=%ld, hdr=%p mapped @0x%lx\n", size, ctx->ctx_smpl_hdr, vma->vm_start)); ctx_smpl_hdr 2416 arch/ia64/kernel/perfmon.c ret = pfm_buf_fmt_init(fmt, task, ctx->ctx_smpl_hdr, ctx_flags, cpu, fmt_arg); ctx_smpl_hdr 3509 arch/ia64/kernel/perfmon.c prefetch(ctx->ctx_smpl_hdr); ctx_smpl_hdr 3515 arch/ia64/kernel/perfmon.c ret = pfm_buf_fmt_restart_active(fmt, task, &rst_ctrl, ctx->ctx_smpl_hdr, regs); ctx_smpl_hdr 3517 arch/ia64/kernel/perfmon.c ret = pfm_buf_fmt_restart(fmt, task, &rst_ctrl, ctx->ctx_smpl_hdr, regs); ctx_smpl_hdr 4875 arch/ia64/kernel/perfmon.c ret = pfm_buf_fmt_restart_active(fmt, current, &rst_ctrl, ctx->ctx_smpl_hdr, regs); ctx_smpl_hdr 4877 arch/ia64/kernel/perfmon.c ret = pfm_buf_fmt_restart(fmt, current, &rst_ctrl, ctx->ctx_smpl_hdr, regs); ctx_smpl_hdr 5213 arch/ia64/kernel/perfmon.c prefetch(ctx->ctx_smpl_hdr); ctx_smpl_hdr 5250 arch/ia64/kernel/perfmon.c ret = (*ctx->ctx_buf_fmt->fmt_handler)(task, ctx->ctx_smpl_hdr, ovfl_arg, regs, tstamp); ctx_smpl_hdr 5770 arch/ia64/kernel/perfmon.c BUG_ON(ctx->ctx_smpl_hdr); ctx_smpl_hdr 5962 arch/ia64/kernel/perfmon.c BUG_ON(ctx->ctx_smpl_hdr); ctx_smpl_hdr 6668 arch/ia64/kernel/perfmon.c ctx->ctx_smpl_hdr,