Re: [RFC PATCHSET] sched,perf: unify tracers in sched and move perfon top of TP

From: Ingo Molnar
Date: Thu May 06 2010 - 02:31:33 EST



* Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:

> Well, I'd much rather just see a direct call in the code than having to
> reverse engineer wth hangs onto that _EVENT() junk.

Direct calls into code were fine 10 years ago, but since then we got:

- preempt notifiers
- sw events
- tracepoints

Which add up to a lot more than just a plain call into code.

Also, with the jump-optimizations we will have tracepoints that are _cheaper_
than a plain function call.

> Also, we don't need ABI muck for this.

we already have an ABIs in place here - this would just properly unify and
enumerate it.

Ingo
--
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/