From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752962AbbJ2Qad (ORCPT ); Thu, 29 Oct 2015 12:30:33 -0400 Received: from mail.kernel.org ([198.145.29.136]:45153 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750753AbbJ2Qac (ORCPT ); Thu, 29 Oct 2015 12:30:32 -0400 Date: Thu, 29 Oct 2015 13:30:27 -0300 From: Arnaldo Carvalho de Melo To: Wang Nan , Ingo Molnar Cc: ast@plumgrid.com, brendan.d.gregg@gmail.com, a.p.zijlstra@chello.nl, daniel@iogearbox.net, dsahern@gmail.com, hekuang@huawei.com, jolsa@kernel.org, lizefan@huawei.com, masami.hiramatsu.pt@hitachi.com, namhyung@kernel.org, paulus@samba.org, linux-kernel@vger.kernel.org, pi3orama@163.com, xiakaixu@huawei.com Subject: Re: [PATCH 09/31] perf tools: Compile scriptlets to BPF objects when passing '.c' to --event Message-ID: <20151029163027.GF2923@kernel.org> References: <1444826502-49291-1-git-send-email-wangnan0@huawei.com> <1444826502-49291-10-git-send-email-wangnan0@huawei.com> <20151029162553.GE2923@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151029162553.GE2923@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 Thu, Oct 29, 2015 at 01:25:53PM -0300, Arnaldo Carvalho de Melo escreveu: > And you could've provided something that would actually do something > meaningful, i.e. a filter that would capture some samples for a given event > while discarding something not that important... > > I.e. show the value provided at the time we build that patch. > > I'll try to come up with something like that after I have lunch. Ok, what I have is at my perf/core branch, will continue after having some food, - Arnaldo