From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-19.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7F25FC433E5 for ; Wed, 24 Mar 2021 02:23:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 60575619F6 for ; Wed, 24 Mar 2021 02:23:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234861AbhCXCXZ (ORCPT ); Tue, 23 Mar 2021 22:23:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34004 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234874AbhCXCXK (ORCPT ); Tue, 23 Mar 2021 22:23:10 -0400 Received: from mail-wr1-x434.google.com (mail-wr1-x434.google.com [IPv6:2a00:1450:4864:20::434]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92947C061765 for ; Tue, 23 Mar 2021 19:23:10 -0700 (PDT) Received: by mail-wr1-x434.google.com with SMTP id v4so22826378wrp.13 for ; Tue, 23 Mar 2021 19:23:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=KDHxUtIcFm0Nl4J4yzuUnsR5DF+QeQCxjIidtyz941k=; b=HB1WPusWmPQPSKrW+hmhdPfvtn7c4Jg67typcZqsVOdZSfSrIHmcLIG/OLP2BIBC3G C9hqv/zyY4tvi5dqS0Gw8og4JlVYUwUi0XBSSqP3sfpWz/NlK1kAsBC1BnDU8pySSOaj hnIm4AvTZnYk9SLo77LBItHNsQePKf3klAoT0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=KDHxUtIcFm0Nl4J4yzuUnsR5DF+QeQCxjIidtyz941k=; b=JaxCsGVKrdE3KE4RJWWz3v2x2t4U7uLwAQL/2JKdUkb6Ux2+CHf1aNeuq6n6JT8hLj K7yvSyycMextTBNU+VuvyQLee9i3eZTf8uWy0ZlMe2+fmn7DvX0R0l52upGAa4iodF3I LGS+L2ZW6/KJoPfbZV6fhxAJvSQf1Eo1rRyq3LB/4ZmbpOUfP16h0bXBaidx+1z6uWg0 RD/GsYnsCu8x4nlccosyQI68gp2o6Ym6yzCAD6nGRNZS/KTKgbH8BhttS0XZPRlFai/a m52pCLCjq95pwhBhlYEywyji0WfjRrpTRzEwSKFnabGrHWMPFu0L+8hqSfrVv5nP3/9N 3yug== X-Gm-Message-State: AOAM530KPGcpWFSsjLYiuQMkJya67rEBhpmWLsM4nZtygI+gPxOKIArs oZl6h74yDiMDc3UOZPTVZLsSS1N+nD8MeQ== X-Google-Smtp-Source: ABdhPJx2yfABFEcLE1oTBlY+Bk7ub/lScxnpgaM/HehkLjIgieqx3dpfSCAaT66j3fbHhm36smOoDQ== X-Received: by 2002:a5d:560e:: with SMTP id l14mr868446wrv.10.1616552589107; Tue, 23 Mar 2021 19:23:09 -0700 (PDT) Received: from revest.zrh.corp.google.com ([2a00:79e0:42:204:ccba:9601:929c:dbcb]) by smtp.gmail.com with ESMTPSA id n9sm74219wrx.46.2021.03.23.19.23.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 23 Mar 2021 19:23:08 -0700 (PDT) From: Florent Revest To: bpf@vger.kernel.org Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, yhs@fb.com, kpsingh@kernel.org, jackmanb@chromium.org, linux-kernel@vger.kernel.org, Florent Revest Subject: [PATCH bpf-next v2 5/6] libbpf: Introduce a BPF_SNPRINTF helper macro Date: Wed, 24 Mar 2021 03:22:10 +0100 Message-Id: <20210324022211.1718762-6-revest@chromium.org> X-Mailer: git-send-email 2.31.0.291.g576ba9dcdaf-goog In-Reply-To: <20210324022211.1718762-1-revest@chromium.org> References: <20210324022211.1718762-1-revest@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org Similarly to BPF_SEQ_PRINTF, this macro turns variadic arguments into an array of u64, making it more natural to call the bpf_snprintf helper. Signed-off-by: Florent Revest --- tools/lib/bpf/bpf_tracing.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tools/lib/bpf/bpf_tracing.h b/tools/lib/bpf/bpf_tracing.h index d9a4c3f77ff4..e5c6ede6060b 100644 --- a/tools/lib/bpf/bpf_tracing.h +++ b/tools/lib/bpf/bpf_tracing.h @@ -447,4 +447,22 @@ static __always_inline typeof(name(0)) ____##name(struct pt_regs *ctx, ##args) __ret; \ }) +/* + * BPF_SNPRINTF wraps the bpf_snprintf helper with variadic arguments instead of + * an array of u64. + */ +#define BPF_SNPRINTF(out, out_size, fmt, args...) \ + ({ \ + _Pragma("GCC diagnostic push") \ + _Pragma("GCC diagnostic ignored \"-Wint-conversion\"") \ + unsigned long long ___param[___bpf_narg(args)]; \ + static const char ___fmt[] = fmt; \ + int __ret; \ + ___bpf_fill(___param, args); \ + _Pragma("GCC diagnostic pop") \ + __ret = bpf_snprintf(out, out_size, ___fmt, \ + ___param, sizeof(___param)); \ + __ret; \ + }) + #endif -- 2.31.0.291.g576ba9dcdaf-goog