Re: [PATCH] perf ftrace: Factor regs retrieval for function tracer

From: Peter Zijlstra
Date: Thu Dec 18 2014 - 10:10:43 EST


On Thu, Dec 18, 2014 at 03:28:27PM +0100, Jiri Olsa wrote:
> > Would not something like:
> >
> > struct pt_regs *regs;
> >
> > entry = perf_trace_buf_prepare(ENTRY_SIZE, TRACE_FN, &regs, &rctx);
> > if (!pt_regs) {
> > perf_fetch_caller_regs(regs);
> > pt_regs = regs;
> > }
> >
> > Be simpler?
>
> well, I wanted to omit touching the '__perf_regs' var
> in perf_trace_buf_prepare:
>
> if (regs)
> *regs = this_cpu_ptr(&__perf_regs[*rctxp]);

OK, fair enough I suppose. Thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/