From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752953AbbCXQES (ORCPT ); Tue, 24 Mar 2015 12:04:18 -0400 Received: from mail.kernel.org ([198.145.29.136]:57263 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752522AbbCXQEO (ORCPT ); Tue, 24 Mar 2015 12:04:14 -0400 Date: Tue, 24 Mar 2015 13:04:14 -0300 From: Arnaldo Carvalho de Melo To: David Ahern Cc: linux-kernel@vger.kernel.org, Frederic Weisbecker , Jiri Olsa , Namhyung Kim , Stephane Eranian , Adrian Hunter Subject: Re: [PATCH] perf tool: Add pid/tid filtering to report and script commands Message-ID: <20150324160414.GI5447@kernel.org> References: <1427212361-7066-1-git-send-email-dsahern@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1427212361-7066-1-git-send-email-dsahern@gmail.com> 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 Tue, Mar 24, 2015 at 09:52:41AM -0600, David Ahern escreveu: > perf record and top already allow a user to specify a csv of > pids and/or tids of tasks to collect data. Add those options > to the report and script analysis commands to only consider > samples related to the given pids/tids. This is also inline > with the existing comm option. thanks, applied. - Arnaldo