Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dperfmon.c325 pfm_buffer_fmt_t *ctx_buf_fmt; /* buffer format callbacks */ member
1487 fmt = ctx->ctx_buf_fmt;
2110 if (smpl_buf_addr) pfm_exit_smpl_buffer(ctx->ctx_buf_fmt); in pfm_close()
2445 ctx->ctx_buf_fmt = fmt; in pfm_setup_buffer_fmt()
2703 if (ctx->ctx_buf_fmt) { in pfm_context_create()
2704 pfm_buf_fmt_exit(ctx->ctx_buf_fmt, current, NULL, regs); in pfm_context_create()
3519 fmt = ctx->ctx_buf_fmt; in pfm_restart()
3556 fmt = ctx->ctx_buf_fmt; in pfm_restart()
4914 pfm_buffer_fmt_t *fmt = ctx->ctx_buf_fmt; in pfm_resume_after_ovfl()
5305 ret = (*ctx->ctx_buf_fmt->fmt_handler)(task, ctx->ctx_smpl_hdr, ovfl_arg, regs, tstamp); in pfm_overflow_handler()