From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754355AbbCILlN (ORCPT ); Mon, 9 Mar 2015 07:41:13 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:40204 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753387AbbCILlJ (ORCPT ); Mon, 9 Mar 2015 07:41:09 -0400 Message-ID: <54FD863C.1010805@huawei.com> Date: Mon, 9 Mar 2015 19:38:36 +0800 From: He Kuang User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Tom Zanussi , Alexei Starovoitov CC: Steven Rostedt , Masami Hiramatsu , Namhyung Kim , "Andi Kleen" , LKML , Ingo Molnar , Arnaldo Carvalho de Melo Subject: Re: [PATCH v2 00/15] tracing: 'hist' triggers References: <1425326132.20819.58.camel@picadillo> In-Reply-To: <1425326132.20819.58.camel@picadillo> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.110.54.65] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi, Tom On 2015/3/3 3:55, Tom Zanussi wrote: > BTW, I've actually tried to play around with the BPF samples/, but it > seems they're not actually hooked into the system i.e. the samples > Makefile doesn't build them, and it even looks for tools/llvm that's > not there. I got as far as getting the latest llvm from the location > mentioened in one of the bpf commit messages, but gave up after it > told me 'invalid target bpf'. And I couldn't find any documentation on > how to set it all up - did I just miss that? Tom I'd also encountered the same problem: --enable-experimental-targets=BPF, 'BPF' letters must be uppercase. Have a try. >> Thanks > > -- > 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/ > >