From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965816Ab3HHPOk (ORCPT ); Thu, 8 Aug 2013 11:14:40 -0400 Received: from mail-yh0-f52.google.com ([209.85.213.52]:33265 "EHLO mail-yh0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965745Ab3HHPOi (ORCPT ); Thu, 8 Aug 2013 11:14:38 -0400 Date: Thu, 8 Aug 2013 12:14:31 -0300 From: Arnaldo Carvalho de Melo To: David Ahern Cc: linux-kernel@vger.kernel.org, mingo@kernel.org, Jiri Olsa , Namhyung Kim , Frederic Weisbecker , Peter Zijlstra , Stephane Eranian Subject: Re: [PATCH 09/19] perf tool: Simplify options to perf_evsel__print_ip Message-ID: <20130808151431.GD6102@ghostprotocols.net> References: <1375930261-77273-1-git-send-email-dsahern@gmail.com> <1375930261-77273-10-git-send-email-dsahern@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1375930261-77273-10-git-send-email-dsahern@gmail.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Aug 07, 2013 at 10:50:51PM -0400, David Ahern escreveu: > Make print options based on flags. Simplifies addition of more print > options which is the subject of upcoming patches. Thanks, applied.