Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753147AbbGNDKc (ORCPT ); Mon, 13 Jul 2015 23:10:32 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:34196 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751931AbbGNDKb (ORCPT ); Mon, 13 Jul 2015 23:10:31 -0400 Message-ID: <55A47DA5.9080808@plumgrid.com> Date: Mon, 13 Jul 2015 20:10:29 -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: He Kuang , rostedt@goodmis.org, masami.hiramatsu.pt@hitachi.com, acme@kernel.org, a.p.zijlstra@chello.nl, mingo@redhat.com, namhyung@kernel.org, jolsa@kernel.org CC: wangnan0@huawei.com, pi3orama@163.com, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH v5 0/3] Make eBPF programs output data to perf References: <1436839171-31527-1-git-send-email-hekuang@huawei.com> In-Reply-To: <1436839171-31527-1-git-send-email-hekuang@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: 707 Lines: 18 On 7/13/15 6:59 PM, He Kuang wrote: > This version we output bpf trace events in a hex array, the results > for three u64 integers in previous sample changed to this: > > dd 1042 [000] 1296.122951: bpf:bpf_output_data: 7a ca aa c6 2d 01 00 > 00 95 87 ec ca 2d 01 00 00 1b bd 41 04 00 00 00 00 typo in the above. It's not 3 u64 integers, but variable number of u8. Whole thing looks good. I've acked patch 3. Hopefully Steven can review patches 1 and 2. -- 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/