From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965826Ab3HHPRB (ORCPT ); Thu, 8 Aug 2013 11:17:01 -0400 Received: from mail-yh0-f45.google.com ([209.85.213.45]:58005 "EHLO mail-yh0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965745Ab3HHPQ7 (ORCPT ); Thu, 8 Aug 2013 11:16:59 -0400 Date: Thu, 8 Aug 2013 12:16:52 -0300 From: Arnaldo Carvalho de Melo To: David Ahern Cc: linux-kernel@vger.kernel.org, mingo@kernel.org, Frederic Weisbecker , Jiri Olsa , Namhyung Kim , Peter Zijlstra , Stephane Eranian Subject: Re: [PATCH 16/19] perf tool: Change perf_session__has_traces to actually check for tracepoints Message-ID: <20130808151652.GF6102@ghostprotocols.net> References: <1375930261-77273-1-git-send-email-dsahern@gmail.com> <1375930261-77273-17-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-17-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:58PM -0400, David Ahern escreveu: > Any event can have RAW data attribute set. The intent of the function is > to determine if the session has tracepoints, so check for the type of each > event explicitly. Thanks, applied.