Re: [PATCH 1/3] perf record: support duration option to run during specified time

2013-06-30 Thread Joonsoo Kim
On Fri, Jun 28, 2013 at 05:27:24PM -0700, Sukadev Bhattiprolu wrote: > Joonsoo Kim [iamjoonsoo@lge.com] wrote: > | Currently, there is no method to quit at specified time later. > | We are used to using 'sleep N' as command argument if we need it, > | but explicitly supporting this feature

Re: [PATCH 1/3] perf record: support duration option to run during specified time

2013-06-30 Thread Joonsoo Kim
On Fri, Jun 28, 2013 at 05:27:24PM -0700, Sukadev Bhattiprolu wrote: Joonsoo Kim [iamjoonsoo@lge.com] wrote: | Currently, there is no method to quit at specified time later. | We are used to using 'sleep N' as command argument if we need it, | but explicitly supporting this feature maybe

Re: [PATCH 1/3] perf record: support duration option to run during specified time

2013-06-28 Thread Sukadev Bhattiprolu
Joonsoo Kim [iamjoonsoo@lge.com] wrote: | Currently, there is no method to quit at specified time later. | We are used to using 'sleep N' as command argument if we need it, | but explicitly supporting this feature maybe makes sense. | | Cc: Namhyung Kim | Signed-off-by: Joonsoo Kim | |

Re: [PATCH 1/3] perf record: support duration option to run during specified time

2013-06-28 Thread Sukadev Bhattiprolu
Joonsoo Kim [iamjoonsoo@lge.com] wrote: | Currently, there is no method to quit at specified time later. | We are used to using 'sleep N' as command argument if we need it, | but explicitly supporting this feature maybe makes sense. | | Cc: Namhyung Kim namhy...@kernel.org | Signed-off-by:

[PATCH 1/3] perf record: support duration option to run during specified time

2013-06-18 Thread Joonsoo Kim
Currently, there is no method to quit at specified time later. We are used to using 'sleep N' as command argument if we need it, but explicitly supporting this feature maybe makes sense. Cc: Namhyung Kim Signed-off-by: Joonsoo Kim diff --git a/tools/perf/builtin-record.c

[PATCH 1/3] perf record: support duration option to run during specified time

2013-06-18 Thread Joonsoo Kim
Currently, there is no method to quit at specified time later. We are used to using 'sleep N' as command argument if we need it, but explicitly supporting this feature maybe makes sense. Cc: Namhyung Kim namhy...@kernel.org Signed-off-by: Joonsoo Kim iamjoonsoo@lge.com diff --git