Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755303AbbDPTAZ (ORCPT ); Thu, 16 Apr 2015 15:00:25 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:33149 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751207AbbDPTAW (ORCPT ); Thu, 16 Apr 2015 15:00:22 -0400 Message-ID: <553006C3.40802@plumgrid.com> Date: Thu, 16 Apr 2015 12:00:19 -0700 From: Alexei Starovoitov 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: Vince Weaver , "Michael Kerrisk (man-pages)" CC: linux-man@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Zijlstra , Paul Mackerras , Ingo Molnar , Arnaldo Carvalho de Melo , Stephane Eranian , Steven Rostedt , Masami Hiramatsu , Andrew Morton , Daniel Borkmann , "David S. Miller" , Jiri Olsa , Linus Torvalds , Namhyung Kim Subject: Re: [patch 03/10] perf_event_open.2: 4.1 PERF_EVENT_IOC_SET_BPF support References: In-Reply-To: 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: 952 Lines: 27 On 4/16/15 11:13 AM, Vince Weaver wrote: > > This manpage patch relates to the addition of the > PERF_EVENT_IOC_SET_BPF ioctl in the following commit: > > Signed-off-by: Vince Weaver > > +.TP > +.BR PERF_EVENT_IOC_SET_BPF " (since Linux 4.1)" > +.\" commit 2541517c32be2531e0da59dfd7efc1ce844644f5 > +This allows attaching a Berkeley Packet Filter (BPF) > +program to an existing kprobe tracepoint event. > + > +The argument is a BPF program id that was created by ... is a BPF program FD ... other than that it looks good. Thank you for documenting! btw, I'll refresh my month old bpf(2) patch: http://thread.gmane.org/gmane.linux.man/8676 with the latest details and repost. -- 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/