Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp819934pxb; Tue, 19 Oct 2021 13:48:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw/NWpXYrQ45Ls1MU/U6P1ndXPhe9ikFg5ccY7pvJM8dy0OW0wQbLv0kRMDm4fBhqv0k6im X-Received: by 2002:a62:79d7:0:b0:44c:a583:e5d7 with SMTP id u206-20020a6279d7000000b0044ca583e5d7mr2038756pfc.2.1634676516938; Tue, 19 Oct 2021 13:48:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1634676516; cv=none; d=google.com; s=arc-20160816; b=MTLnsNRbPNeYAt08gnIf+kYUGOgI/Oua5rZxM3EhmYx410wcQNVPMEG2Yur7Xpb9Ef B/RHTHqfM9d6e/zALFDnK7CmxUxGrLZpLp+IfVcqSr2dkdQBXPk9SPe0YczpJLhnJC2V znvrdMWhgkKvgLhRCLTybWGOYwLPsD7GywZ84+uYhZGSCz4lAuFKASFdg2rAaBar7pVN WxI+kfDQqSpywHTJcaEU0QFlBhh1SwNI0H8FWva7WrVZuMIpg48T3Sl3z4DhoTnPFqxJ LSsPPuCErd93WM9G45nIqA0Zzp4moLl6+5xDKdqzCTFgX9r2DYtclzYrZ919w0/3wn8L 9p/A== 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=5I95CGbGSoVvkZJzFd0XKYbOY9sZxOjOsGf5IuAoXNQ=; b=C//Cf5XC9ThOFwyrRCp6pjfzIqa3TAW6CRgR+KERe2zsrrSErx31d2vOvhVS31HSz8 /9mwUKsl54RgAZrtMeEolCZfi52hHiBBqQ+91Xj/a6KYgcWXIg3sTCZ/CkZ/4pVS3BwA DD5GmXEUoHY+b0bltqQQW+AHzN5wVF2G8/a0LfDjRMCAI5N7qQ7dH12BPVs2AK4XXiqU ZznH/0STVmUf3zqFiQwhFX837WEVqDN06vEFht1cjdLgdd/impEwNm/VfdRLeExsiCTa BwA1oF2qPJTViGSjW8Yk035mGL61hKbt9JCepmokuGBnZQWPrBTlpXqDWb79HKR1kY+J DImw== 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 66si187742pfe.242.2021.10.19.13.48.24; Tue, 19 Oct 2021 13:48:36 -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 S234870AbhJSUr7 (ORCPT + 99 others); Tue, 19 Oct 2021 16:47:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:49420 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230481AbhJSUr6 (ORCPT ); Tue, 19 Oct 2021 16:47:58 -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 940CE60EFF; Tue, 19 Oct 2021 20:45:44 +0000 (UTC) Date: Tue, 19 Oct 2021 16:45:43 -0400 From: Steven Rostedt To: Kalesh Singh Cc: surenb@google.com, hridya@google.com, namhyung@kernel.org, Jonathan Corbet , Ingo Molnar , Shuah Khan , Tom Zanussi , Masami Hiramatsu , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH 2/5] tracing: Add division and multiplication support for hist triggers Message-ID: <20211019164543.2ca20830@gandalf.local.home> In-Reply-To: <20210915195306.612966-3-kaleshsingh@google.com> References: <20210915195306.612966-1-kaleshsingh@google.com> <20210915195306.612966-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 Wed, 15 Sep 2021 19:52:46 +0000 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 val1 / val2; This wont work on x86 32 bit machines, as u64 division will trigger floating point arithmetic by the compiler, and cause a fault. You'll need to use one of the div64() helpers. -- Steve > +} > +