Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752084AbbFZI3o (ORCPT ); Fri, 26 Jun 2015 04:29:44 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:33494 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751732AbbFZI3k (ORCPT ); Fri, 26 Jun 2015 04:29:40 -0400 Message-ID: <558D0D70.5060809@plumgrid.com> Date: Fri, 26 Jun 2015 01:29:36 -0700 From: Alexei Starovoitov User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Wang Nan , acme@kernel.org, brendan.d.gregg@gmail.com, daniel@iogearbox.net, namhyung@kernel.org, masami.hiramatsu.pt@hitachi.com, paulus@samba.org, a.p.zijlstra@chello.nl, mingo@redhat.com, jolsa@kernel.org, dsahern@gmail.com CC: linux-kernel@vger.kernel.org, lizefan@huawei.com, hekuang@huawei.com, xiakaixu@huawei.com, pi3orama@163.com Subject: Re: [RFC PATCH v8 43/49] perf tools: Iterater over tev instead of pev in bpf__for_each_program References: <1435149113-51142-1-git-send-email-wangnan0@huawei.com> <1435149113-51142-44-git-send-email-wangnan0@huawei.com> In-Reply-To: <1435149113-51142-44-git-send-email-wangnan0@huawei.com> 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 Content-Length: 824 Lines: 18 On 6/24/15 5:31 AM, Wang Nan wrote: > This patch renames bpf__for_each_program() to bpf__for_each_tev() and > makes it iterate over 'struct probe_trace_event' instead of > 'struct probe_trace_event' during the loop. The callback (add_bpf_event()) > now get rid of the iteration. > > This is preparation for further patches, which will allow generating > multiple instances form one BPF program and install then onto different > 'struct probe_trace_event'. > > Signed-off-by: Wang Nan please squash this patch with earlier one that introduces this function. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/