Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3362999pxj; Mon, 7 Jun 2021 08:49:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy3x7Ra/vvPKVvmFoR/DcdXRLpayyWuNe5hvwx3MqcVJ5VpAPvRZBI486YkGgJKM4fNACNn X-Received: by 2002:a05:6402:1590:: with SMTP id c16mr20764432edv.7.1623080999162; Mon, 07 Jun 2021 08:49:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623080999; cv=none; d=google.com; s=arc-20160816; b=ovTUWogZsid2YGWrsuDyn2KXHCdRK6iYV5KE9Yn45cGhTFz7lTdqFe1pL7sGNY+06U cnh5eraq+Z4b7UmEqv6B+bQgj/SrD6c1UIqC9RarBM8fpvwsPqIPB9JlXmrhRlV7QvxX LAvhCmRYadaOgQlFxQ2mxOUUF0IBtMSwXa/D6QuoeNPLG7eVH6pHQyKXc19oMtWguhyB 3RCM0ActPqHVD3RQSD57JgikBhWe/d1ifd60RmylMheiFkRk9dpT6rU9SWdduMgR58w6 lth0uFoQ3s8Do0tDWi2DdEZIiRdCTYUjpOqAJMk0BSAvXzLw+vpDYt5CMFXSz92PV3e3 qqwg== 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=+iyr4NWcxJYfjHaFvl+7X9MD7/VOmZZ5PkOAZRjS7E8=; b=vWWdWd8wpS6kkg6ely1LbWkjvwAJL7Xy6EYi+fxb7VB088q//l8wFqzdxewR676973 DHShkWleGvlssU3jvN3UyBouvZPm4lN7vMgMVJAW3sd30FP+SGDRNUPPq/C/zi0PAHef TFo+vUrDtbhfK1Io5TX0mCStzDFWkwryy92/MufNAvlhIHFEF5WRDR9GDdYw4laJhcUb xtn78uzH3MeelBSf8nFFZDOMvPRK/1581dUE88KosPvc2WsuHBKwtq9REAehLdt8TvFh cbyKpycnRsC+EY6g0M0KDgTHfBWR41ACxJ66JEP0NZBUn3QtuONzJDp7wL4W7+2g+QRi vflA== 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 a3si13278256ejd.575.2021.06.07.08.49.35; Mon, 07 Jun 2021 08:49:59 -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 S230453AbhFGPtS (ORCPT + 99 others); Mon, 7 Jun 2021 11:49:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:55442 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231565AbhFGPtN (ORCPT ); Mon, 7 Jun 2021 11:49:13 -0400 Received: from oasis.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 738A461059; Mon, 7 Jun 2021 15:47:20 +0000 (UTC) Date: Mon, 7 Jun 2021 11:47:18 -0400 From: Steven Rostedt To: Daniel Bristot de Oliveira Cc: linux-kernel@vger.kernel.org, Phil Auld , Sebastian Andrzej Siewior , Kate Carcia , Jonathan Corbet , Ingo Molnar , Peter Zijlstra , Thomas Gleixner , Alexandre Chartre , Clark Willaims , John Kacur , Juri Lelli , linux-doc@vger.kernel.org Subject: Re: [PATCH V3 8/9] tracing: Add osnoise tracer Message-ID: <20210607114718.5f8d6c38@oasis.local.home> In-Reply-To: References: <20210604172803.527aa070@oasis.local.home> X-Mailer: Claws Mail 3.17.3 (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 Mon, 7 Jun 2021 14:00:56 +0200 Daniel Bristot de Oliveira wrote: > I am using these more "generic terms" because they are also used by the timerlat > tracer. > > In the timerlat tracer, the "in" file is used to stop the tracer for a given IRQ > latency (so, the "inside" operation), while the "out" is used to stop the tracer > in the thread latency (hence the outside operation). > > The total sounds good for the "out"! But the single does not work fine for the > IRQ... how about: stop_tracing_partial_us ? > > It is hard to find a good shared name :-/ What about: stop_tracing_us and stop_tracing_total_us, and not have anything special for the first one? -- Steve