From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754200AbbEKOJH (ORCPT ); Mon, 11 May 2015 10:09:07 -0400 Received: from mail.kernel.org ([198.145.29.136]:42073 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752276AbbEKOJF (ORCPT ); Mon, 11 May 2015 10:09:05 -0400 Date: Mon, 11 May 2015 11:08:56 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML , David Ahern Subject: Re: [PATCH v2 3/3] perf report: Do not restrict -T option by other options Message-ID: <20150511140856.GO28183@kernel.org> References: <20150510172059.GB4587@kernel.org> <1431351879-23798-1-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431351879-23798-1-git-send-email-namhyung@kernel.org> X-Url: http://acmel.wordpress.com 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 Em Mon, May 11, 2015 at 10:44:39PM +0900, Namhyung Kim escreveu: > It seems there's no reason to suppress per-thread event stat by -T > option when -s or -p option is used. Make it work with those options. Thanks, applied to perf/core. - Arnaldo