From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758480Ab3BGOvA (ORCPT ); Thu, 7 Feb 2013 09:51:00 -0500 Received: from mail-ye0-f172.google.com ([209.85.213.172]:45906 "EHLO mail-ye0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758377Ab3BGOu7 (ORCPT ); Thu, 7 Feb 2013 09:50:59 -0500 Date: Mon, 4 Feb 2013 22:12:47 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Peter Zijlstra , Paul Mackerras , Ingo Molnar , LKML , Pekka Enberg , Andi Kleen , Borislav Petkov , Jiri Olsa , Namhyung Kim Subject: Re: [PATCH 7/7] perf annotate: Make it to be able to skip unannotatable symbols Message-ID: <20130205011247.GG19155@ghostprotocols.net> References: <1360227734-375-1-git-send-email-namhyung@kernel.org> <1360227734-375-8-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1360227734-375-8-git-send-email-namhyung@kernel.org> 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 Thu, Feb 07, 2013 at 06:02:14PM +0900, Namhyung Kim escreveu: > From: Namhyung Kim > > Add --skip-missing option for skipping symbols that cannot be used for > annotation. It's the case of kernel symbols that user doesn't have a > vmlinux image file. > > Signed-off-by: Namhyung Kim > --- > tools/perf/builtin-annotate.c | 17 +++++++++++++++-- You forgot to add the entry in the man page... - Arnaldo