Re: [PATCH 2/2] tracing: Use sched_clock_cpu for trace_clock_global

2013-01-07 Thread Steven Rostedt
On Thu, 2012-12-27 at 18:52 +0900, Namhyung Kim wrote: > On Thu, 27 Dec 2012 11:49:45 +0900, Namhyung Kim wrote: > > From: Namhyung Kim > > > > For systems have unstable sched_clock, all cpu_clock() does is enable/ > > disable local irq during call to sched_clock(). And for stable systems > > Oo

Re: [PATCH 2/2] tracing: Use sched_clock_cpu for trace_clock_global

2012-12-27 Thread Namhyung Kim
On Thu, 27 Dec 2012 11:49:45 +0900, Namhyung Kim wrote: > From: Namhyung Kim > > For systems have unstable sched_clock, all cpu_clock() does is enable/ > disable local irq during call to sched_clock(). And for stable systems Oops, I meant s/sched_clock/scheck_clock_cpu/. Thanks, Namhyung > th