Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp1048669pxb; Tue, 19 Oct 2021 19:30:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxK0xQ4sfFRBKK+WTZ2X0zZXEQ3Xn9fCCsYUWXqSYIMLJPaSB9Q2jz7dlSIIy/SRvMlqzQX X-Received: by 2002:a17:906:b311:: with SMTP id n17mr40828805ejz.571.1634697038869; Tue, 19 Oct 2021 19:30:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634697038; cv=none; d=google.com; s=arc-20160816; b=kgiajvgtr7NDE+w/1qo9f1hxPHsh4Xv6iAkobdJoVUYbS/5RtSzEfB81JiS6GiNS7N vGmU6anVNAJkZcY7Dmi/jT9JBfFEI2CCkQ0nqWNDeJ40SE2h5v49Zxn7CMTxW80JKnar 5Uh2ZoVo/RBIoscureQx+84FtTLmGguV/hVAu/Orjj0zLzhyyyyErOZZXSIeaPMQ4mjP YIf4nAhZ9W6W338KnJIB8dsmvK08Gd/HX08nwKiPYYgHQcPAvNO+u+XGeGBJD2gNYMSU HiYqmoE4sgaS7gIrEGRHrUxx+qaClEFWiMEh1nFKw5a7uGbjrNMtM1yWFR51C/+r/Sqn AU6A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=loH6+qJj4KEnwYTgR0Fls5s9eNcyDNoJZSdttRFeHCE=; b=OeOuMDdnF/nQRjqOXvaFhy3x/bOpPLvXKdg82YVy/WVYCtQNuSUqxLQ13fFiz4pojJ Vz4QumfSQsTk40mOwJOaFOqQb0aUDj9JwSoggL7gSlTXkMwT767HiPtltdArLUiv/awe j3bO3lZ5S7r4ggSBKNrrEDNlltCH2TMKcCagj9iahWHDkZ6NMEVtn1dTnoGt2hdqw3ar /cAKx+wuehRTLNnEfIMS5S9D5LosIK/43M5N6d/EyzpsFuuZigF6scHHhRf5JexuQJe+ Z1uEJy5ejq0uuCFTmn6XvCHwIxA7+vKQ3oncY37iRU6VdJIYdXKcJW0nGB/hlNie2Glq aa7g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r15si1365108edd.218.2021.10.19.19.30.12; Tue, 19 Oct 2021 19:30:38 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229691AbhJTCaO (ORCPT + 99 others); Tue, 19 Oct 2021 22:30:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:39778 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229555AbhJTCaN (ORCPT ); Tue, 19 Oct 2021 22:30:13 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7DB5460F0F; Wed, 20 Oct 2021 02:27:58 +0000 (UTC) Date: Tue, 19 Oct 2021 22:27:56 -0400 From: Steven Rostedt To: Kalesh Singh Cc: surenb@google.com, hridya@google.com, namhyung@kernel.org, kernel-team@android.com, Jonathan Corbet , Ingo Molnar , Shuah Khan , Masami Hiramatsu , Tom Zanussi , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v2 2/5] tracing: Add division and multiplication support for hist triggers Message-ID: <20211019222756.1fde436b@gandalf.local.home> In-Reply-To: <20211020013153.4106001-3-kaleshsingh@google.com> References: <20211020013153.4106001-1-kaleshsingh@google.com> <20211020013153.4106001-3-kaleshsingh@google.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 19 Oct 2021 18:31:39 -0700 Kalesh Singh wrote: > +static u64 hist_field_div(struct hist_field *hist_field, > + struct tracing_map_elt *elt, > + struct trace_buffer *buffer, > + struct ring_buffer_event *rbe, > + void *event) > +{ > + struct hist_field *operand1 = hist_field->operands[0]; > + struct hist_field *operand2 = hist_field->operands[1]; > + > + u64 val1 = operand1->fn(operand1, elt, buffer, rbe, event); > + u64 val2 = operand2->fn(operand2, elt, buffer, rbe, event); > + > + /* Return -1 for the undefined case */ > + if (!val2) > + return -1; > + > + return div64_u64(val1, val2); > +} > + I wonder if you should add a shift operator as well? I mean, if for some reason you want to divide by a power of two, then why us the division. Especially if this is on a 32 bit machine. Of course, the parsing could detect that. If the divisor is a constant. Or we could even optimize the above with: if (!val2) return -1; if (!(val2 & (val2 - 1)) return val1 >> __ffs64(val2); Which should be faster than a divide, and even if it isn't a power of two, the subtract and & should be in the noise compared to the divide. Note, the above can be added to this. I'm not suggesting changing this patch. -- Steve