From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757705AbcIVPut (ORCPT ); Thu, 22 Sep 2016 11:50:49 -0400 Received: from mail.kernel.org ([198.145.29.136]:44942 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757665AbcIVPur (ORCPT ); Thu, 22 Sep 2016 11:50:47 -0400 Date: Thu, 22 Sep 2016 12:50:37 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: lkml , Don Zickus , Joe Mario , Ingo Molnar , Peter Zijlstra , Namhyung Kim , David Ahern , Andi Kleen Subject: Re: [PATCH 05/57] perf tools: Make output_field_add and sort_dimension__add global Message-ID: <20160922155037.GE5588@kernel.org> References: <1474558645-19956-1-git-send-email-jolsa@kernel.org> <1474558645-19956-6-git-send-email-jolsa@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1474558645-19956-6-git-send-email-jolsa@kernel.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, Sep 22, 2016 at 05:36:33PM +0200, Jiri Olsa escreveu: > Will be used from external places in following patches. > > Link: http://lkml.kernel.org/n/tip-15488tnxcj4rtteksy79y4qu@git.kernel.org > Signed-off-by: Jiri Olsa Thanks, applied, - Arnaldo