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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BE7C0CCA47F for ; Tue, 28 Jun 2022 19:04:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233201AbiF1TEU (ORCPT ); Tue, 28 Jun 2022 15:04:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58180 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236335AbiF1TD5 (ORCPT ); Tue, 28 Jun 2022 15:03:57 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 04A863703C; Tue, 28 Jun 2022 12:02:11 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 9A6F1B81F21; Tue, 28 Jun 2022 19:02:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 54A4AC3411D; Tue, 28 Jun 2022 19:02:07 +0000 (UTC) Date: Tue, 28 Jun 2022 15:02:05 -0400 From: Steven Rostedt To: Daniel Bristot de Oliveira Cc: Wim Van Sebroeck , Guenter Roeck , Jonathan Corbet , Ingo Molnar , Thomas Gleixner , Peter Zijlstra , Will Deacon , Catalin Marinas , Marco Elver , Dmitry Vyukov , "Paul E. McKenney" , Shuah Khan , Gabriele Paoloni , Juri Lelli , Clark Williams , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-trace-devel@vger.kernel.org Subject: Re: [PATCH V4 08/20] rv/monitor: Add the wip monitor skeleton created by dot2k Message-ID: <20220628150205.2217a8dc@gandalf.local.home> In-Reply-To: <6559fb9064f683fda469849549c72607c0f2ae5b.1655368610.git.bristot@kernel.org> References: <6559fb9064f683fda469849549c72607c0f2ae5b.1655368610.git.bristot@kernel.org> 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-trace-devel@vger.kernel.org On Thu, 16 Jun 2022 10:44:50 +0200 Daniel Bristot de Oliveira wrote: > This is the direct output this command line: > $ dot2k -d ~/wip.dot -t per_cpu > > with wip.dot as: So you created the "Work In Progress" monitor? Is that what wip stands for? -- Steve