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

2013-06-05 Thread David Ahern
On 6/3/13 7:50 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 Acked-Tested-by: David Ahern ---

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

2013-06-03 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 | 33 + tools/perf/u