Re: [PATCH] ftracetest: Replace usleep with sleep 0.000001

2014-12-25 Thread Pavel Machek
On Sat 2014-12-20 17:07:25, Steven Rostedt wrote: > On Sat, 20 Dec 2014 21:42:13 +0100 > Pavel Machek wrote: > > > On Wed 2014-12-10 15:38:27, Michael Ellerman wrote: > > > usleep is a Fedoraism, it's not generally available on Debian based > > > systems AFAICS. > > > > > > GNU sleep accepts a f

Re: [PATCH] ftracetest: Replace usleep with sleep 0.000001

2014-12-23 Thread Masami Hiramatsu
(2014/12/23 16:08), Michael Ellerman wrote: > On Tue, 2014-12-23 at 13:21 +0900, Namhyung Kim wrote: >> On Sat, Dec 20, 2014 at 05:07:25PM -0500, Steven Rostedt wrote: >>> On Sat, 20 Dec 2014 21:42:13 +0100 >>> Pavel Machek wrote: >>> On Wed 2014-12-10 15:38:27, Michael Ellerman wrote: >

Re: [PATCH] ftracetest: Replace usleep with sleep 0.000001

2014-12-22 Thread Michael Ellerman
On Tue, 2014-12-23 at 13:21 +0900, Namhyung Kim wrote: > On Sat, Dec 20, 2014 at 05:07:25PM -0500, Steven Rostedt wrote: > > On Sat, 20 Dec 2014 21:42:13 +0100 > > Pavel Machek wrote: > > > > > On Wed 2014-12-10 15:38:27, Michael Ellerman wrote: > > > > usleep is a Fedoraism, it's not generally a

Re: [PATCH] ftracetest: Replace usleep with sleep 0.000001

2014-12-22 Thread Namhyung Kim
On Sat, Dec 20, 2014 at 05:07:25PM -0500, Steven Rostedt wrote: > On Sat, 20 Dec 2014 21:42:13 +0100 > Pavel Machek wrote: > > > On Wed 2014-12-10 15:38:27, Michael Ellerman wrote: > > > usleep is a Fedoraism, it's not generally available on Debian based > > > systems AFAICS. > > > > > > GNU sle

Re: [PATCH] ftracetest: Replace usleep with sleep 0.000001

2014-12-20 Thread Steven Rostedt
On Sat, 20 Dec 2014 21:42:13 +0100 Pavel Machek wrote: > On Wed 2014-12-10 15:38:27, Michael Ellerman wrote: > > usleep is a Fedoraism, it's not generally available on Debian based > > systems AFAICS. > > > > GNU sleep accepts a floating point argument, so use that instead. > > > > Signed-off-b

Re: [PATCH] ftracetest: Replace usleep with sleep 0.000001

2014-12-20 Thread Pavel Machek
On Wed 2014-12-10 15:38:27, Michael Ellerman wrote: > usleep is a Fedoraism, it's not generally available on Debian based > systems AFAICS. > > GNU sleep accepts a floating point argument, so use that instead. > > Signed-off-by: Michael Ellerman Could ftrace user interface be enhanced not to ne

Re: Re: [PATCH] ftracetest: Replace usleep with sleep 0.000001

2014-12-11 Thread Michael Ellerman
On Thu, 2014-12-11 at 14:12 +0900, Masami Hiramatsu wrote: > Hi, > > (2014/12/10 17:19), Namhyung Kim wrote: > > Hi Michael, > > > > On Wed, Dec 10, 2014 at 1:38 PM, Michael Ellerman > > wrote: > >> usleep is a Fedoraism, it's not generally available on Debian based > >> systems AFAICS. > >> >

Re: Re: [PATCH] ftracetest: Replace usleep with sleep 0.000001

2014-12-10 Thread Masami Hiramatsu
Hi, (2014/12/10 17:19), Namhyung Kim wrote: > Hi Michael, > > On Wed, Dec 10, 2014 at 1:38 PM, Michael Ellerman wrote: >> usleep is a Fedoraism, it's not generally available on Debian based >> systems AFAICS. >> >> GNU sleep accepts a floating point argument, so use that instead. > > I tested i

Re: [PATCH] ftracetest: Replace usleep with sleep 0.000001

2014-12-10 Thread Namhyung Kim
Hi Michael, On Wed, Dec 10, 2014 at 1:38 PM, Michael Ellerman wrote: > usleep is a Fedoraism, it's not generally available on Debian based > systems AFAICS. > > GNU sleep accepts a floating point argument, so use that instead. I tested it on busybox not Debian, sorry. But it seems busybox's sle