From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751623AbbEIQNY (ORCPT ); Sat, 9 May 2015 12:13:24 -0400 Received: from mail-ig0-f174.google.com ([209.85.213.174]:34261 "EHLO mail-ig0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750778AbbEIQNX (ORCPT ); Sat, 9 May 2015 12:13:23 -0400 Message-ID: <554E3221.1010804@gmail.com> Date: Sat, 09 May 2015 10:13:21 -0600 From: David Ahern User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Namhyung Kim , Arnaldo Carvalho de Melo CC: Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML Subject: Re: [PATCH 1/3] perf tools: Document relation of per-thread event count feature References: <1431184784-30525-1-git-send-email-namhyung@kernel.org> In-Reply-To: <1431184784-30525-1-git-send-email-namhyung@kernel.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/9/15 9:19 AM, Namhyung Kim wrote: > diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt > index 896672badba3..610e1e2cd035 100644 > --- a/tools/perf/Documentation/perf-report.txt > +++ b/tools/perf/Documentation/perf-report.txt > @@ -34,7 +34,8 @@ OPTIONS > > -T:: > --threads:: > - Show per-thread event counters > + Show per-thread event counters. The input data file should be recorded > + with -s option. > -c:: > --comms=:: > Only consider symbols in these comms. CSV that understands > perf-report can verify that inherit_stat is set in attr's if show_threads is requested. David