> By the way, systemtap uses two modes;
quoted text >
> - single-channel mode
> In this mode, all cpus share one buffer channel to write and read.
> each writer locks spinlock and write a probe-local data to buffer.
>
> - per-cpu buffer mode
> In this mode, we use an atomic sequential number for ordering data. If
> user doesn't need it(because they have their own timestamps), they can
> choose not to use that seq-number.
I can't imazine a merit of the single-channel mode.
Could you please explain it?
Because some architecture don't have fine grained timestamp?
if so, could you explain which architecture don't have it?
--
unsubscribe notice To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Messages in current thread:
Re: Unified tracing buffer , KOSAKI Motohiro , (Tue Sep 23, 7:36 am)