Received: by mail.netbsd.org (Postfix, from userid 605) id 1E5CB84E53; Mon, 17 Apr 2023 08:37:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4541E84D82 for ; Mon, 17 Apr 2023 08:37:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id whx4htChQgM1 for ; Mon, 17 Apr 2023 08:37:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D44C884CFE for ; Mon, 17 Apr 2023 08:37:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1AE2FA85; Mon, 17 Apr 2023 08:37:24 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 17 Apr 2023 08:37:24 +0000 From: "SAITOH Masanobu" Subject: CVS commit: src/usr.sbin/tprof To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20230417083724.D1AE2FA85@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "SAITOH Masanobu" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: msaitoh Date: Mon Apr 17 08:37:24 UTC 2023 Modified Files: src/usr.sbin/tprof: tprof.8 tprof.c tprof.h tprof_top.c Log Message: Use the default counter if -e argument is not specified. monitor command: The default counter is selected if -e argument is not specified. list command: Print the name of the default counter for monitor and top command. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/tprof/tprof.8 cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/tprof/tprof.c cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/tprof/tprof.h cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/tprof/tprof_top.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.