On Thu, Nov 13, 2014 at 10:38:01PM -0500, Steven Rostedt wrote:
> On Wed, 5 Nov 2014 16:18:46 +0900
> byungchul.p...@lge.com wrote:
>
> > -static unsigned long preempt_mark_thresh_us = 100;
> > +DEFINE_MARK_STRUCT = {
> > + DEFINE_MARK(0ULL, ' '), /* 0 usecs */
> > + DEFINE_MA
On Wed, 5 Nov 2014 16:18:46 +0900
byungchul.p...@lge.com wrote:
> -static unsigned long preempt_mark_thresh_us = 100;
> +DEFINE_MARK_STRUCT = {
> + DEFINE_MARK(0ULL, ' '), /* 0 usecs */
> + DEFINE_MARK(1ULL, '+'), /* 10 usecs */
> + DEFINE_MARK(10UL
From: Byungchul Park
Currently, some tracers tracing latency print "!" or "+" just after time
to signal overhead, depending on the interval between events. Even it is
usually enough to do that, we sometimes need to be signaled for bigger
interval than 100 micro seconds.
Signed-off-by: Byungchul
3 matches
Mail list logo