Re: [PATCH v2 1/4] perf util: Add parse_nsec_time() function

2013-07-04 Thread Namhyung Kim
Hi Arnaldo, Could you pick these up or give a comment? Thanks, Namhyung On Mon, 3 Jun 2013 13:44:10 +0900, Namhyung Kim wrote: > From: Namhyung Kim > > The parse_nsec_time() function is for parsing a string of time into > 64-bit nsec value. It's a preparation of time filtering in some of > p

Re: [PATCH v2 1/4] perf util: Add parse_nsec_time() function

2013-06-03 Thread David Ahern
On 6/2/13 10:44 PM, Namhyung Kim wrote: From: Namhyung Kim The parse_nsec_time() function is for parsing a string of time into 64-bit nsec value. It's a preparation of time filtering in some of perf commands. Cc: David Ahern Signed-off-by: Namhyung Kim --- tools/perf/util/util.c | 30

[PATCH v2 1/4] perf util: Add parse_nsec_time() function

2013-06-02 Thread Namhyung Kim
From: Namhyung Kim The parse_nsec_time() function is for parsing a string of time into 64-bit nsec value. It's a preparation of time filtering in some of perf commands. Cc: David Ahern Signed-off-by: Namhyung Kim --- tools/perf/util/util.c | 30 ++ tools/perf/util