Re: [PATCH 03/40] perf tools: Introduce copyfile_offset() function

2015-05-18 Thread Namhyung Kim
On Mon, May 18, 2015 at 09:57:23AM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, May 18, 2015 at 09:30:18AM +0900, Namhyung Kim escreveu: > > The copyfile_offset() function is to copy source data from given > > offset to a destination file with an offset. It'll be used to build > > an indexed d

Re: [PATCH 03/40] perf tools: Introduce copyfile_offset() function

2015-05-18 Thread Arnaldo Carvalho de Melo
Em Mon, May 18, 2015 at 09:30:18AM +0900, Namhyung Kim escreveu: > The copyfile_offset() function is to copy source data from given > offset to a destination file with an offset. It'll be used to build > an indexed data file. > > Signed-off-by: Namhyung Kim >From looking at this patchkit before

[PATCH 03/40] perf tools: Introduce copyfile_offset() function

2015-05-17 Thread Namhyung Kim
The copyfile_offset() function is to copy source data from given offset to a destination file with an offset. It'll be used to build an indexed data file. Signed-off-by: Namhyung Kim --- tools/perf/util/util.c | 38 +- tools/perf/util/util.h | 1 + 2 files c