From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexei Starovoitov Subject: Re: [PATCH bpf-next v3 6/9] samples/bpf: move common-purpose trace functions to selftests Date: Sun, 22 Apr 2018 18:17:34 -0600 Message-ID: <20180423001733.qxufnxdfpfnvgxc2@ast-mbp> References: <20180420221842.742330-1-yhs@fb.com> <20180420221842.742330-7-yhs@fb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ast@fb.com, daniel@iogearbox.net, netdev@vger.kernel.org, kernel-team@fb.com To: Yonghong Song Return-path: Received: from mail-pf0-f182.google.com ([209.85.192.182]:36084 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753722AbeDWARh (ORCPT ); Sun, 22 Apr 2018 20:17:37 -0400 Received: by mail-pf0-f182.google.com with SMTP id g14so7745905pfh.3 for ; Sun, 22 Apr 2018 17:17:37 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20180420221842.742330-7-yhs@fb.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Apr 20, 2018 at 03:18:39PM -0700, Yonghong Song wrote: > There is no functionality change in this patch. The common-purpose > trace functions, including perf_event polling and ksym lookup, > are moved from trace_output_user.c and bpf_load.c to > selftests/bpf/trace_helpers.c so that these function can > be reused later in selftests. > > Signed-off-by: Yonghong Song Acked-by: Alexei Starovoitov