Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/tprof Reflect recent new options for top operation,...
details: https://anonhg.NetBSD.org/src/rev/3e17fe535e7b
branches: trunk
changeset: 372783:3e17fe535e7b
user: ryoon <ryoon%NetBSD.org@localhost>
date: Mon Dec 26 03:25:55 2022 +0000
description:
Reflect recent new options for top operation, add a and c
diffstat:
usr.sbin/tprof/tprof.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r bff9225e2b2d -r 3e17fe535e7b usr.sbin/tprof/tprof.c
--- a/usr.sbin/tprof/tprof.c Mon Dec 26 01:05:35 2022 +0000
+++ b/usr.sbin/tprof/tprof.c Mon Dec 26 03:25:55 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tprof.c,v 1.18 2022/12/16 08:02:04 ryo Exp $ */
+/* $NetBSD: tprof.c,v 1.19 2022/12/26 03:25:55 ryoon Exp $ */
/*
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: tprof.c,v 1.18 2022/12/16 08:02:04 ryo Exp $");
+__RCSID("$NetBSD: tprof.c,v 1.19 2022/12/26 03:25:55 ryoon Exp $");
#endif /* not lint */
#include <sys/atomic.h>
@@ -133,7 +133,7 @@
" only outputs a counter.\n");
fprintf(stderr, "\tanalyze [-CkLPs] [-p pid] file\n");
fprintf(stderr, "\t\tAnalyze the samples of the file 'file'.\n");
- fprintf(stderr, "\ttop [-e name [-e ...]] [-i interval] [-u]\n");
+ fprintf(stderr, "\ttop [-e name [-e ...]] [-i interval] [-acu]\n");
fprintf(stderr, "\t\tDisplay profiling results in real-time.\n");
exit(EXIT_FAILURE);
}
Home |
Main Index |
Thread Index |
Old Index