From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932499AbbCDO65 (ORCPT ); Wed, 4 Mar 2015 09:58:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49082 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757733AbbCDO64 (ORCPT ); Wed, 4 Mar 2015 09:58:56 -0500 Date: Wed, 4 Mar 2015 15:58:24 +0100 From: Jiri Olsa To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Ingo Molnar , Peter Zijlstra , LKML , Frederic Weisbecker , Adrian Hunter , Stephane Eranian , Andi Kleen , David Ahern Subject: Re: [PATCH 03/38] perf tools: Introduce copyfile_offset() function Message-ID: <20150304145824.GD7519@krava.brq.redhat.com> References: <1425352070-1115-1-git-send-email-namhyung@kernel.org> <1425352070-1115-4-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425352070-1115-4-git-send-email-namhyung@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 03, 2015 at 12:07:15PM +0900, Namhyung Kim wrote: > 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 Acked-by: Jiri Olsa thanks, jirka