Date: Thu, 20 Jul 1995 14:10:04 -0700 From: Wolfram Schneider <w@cs.tu-berlin.de> To: freebsd-bugs Subject: bin/628: sa(1) print not processes which call only ounces Message-ID: <199507202110.OAA24317@freefall.cdrom.com> In-Reply-To: Your message of Thu, 20 Jul 1995 22:50:21 %2B0200 <199507202050.WAA03081@localhost.cs.tu-berlin.de>
index | next in thread | previous in thread | raw e-mail
>Number: 628
>Category: bin
>Synopsis: sa(1) print not processes which call only ounces
>Confidential: yes
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs (FreeBSD bugs mailing list)
>State: open
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Jul 20 14:10:03 1995
>Originator: Wolfram Schneider
>Organization:
Hohenschoensiehstenich
>Release: FreeBSD 2.0-ALPHA i386
>Environment:
OS out of date
>Description:
sa(1) print not processes which call only onces
>How-To-Repeat:
cp /bin/ls /tmp/ELES
/tmp/ELES
sa | grep ELES | wc
0 0 0
# second try
/tmp/ELES
sa |grep ELES
2 0.00re 0.00cp 0avio 10229k ELES
>Fix:
--- pdb.c.old Mon Sep 26 22:22:56 1994
+++ pdb.c Thu Jul 20 19:30:03 1995
@@ -249,7 +249,7 @@
goto next;
}
if (!aflag &&
- ((ci.ci_flags & CI_UNPRINTABLE) != 0 || ci.ci_calls <= 1)) {
+ ((ci.ci_flags & CI_UNPRINTABLE) != 0 || ci.ci_calls < 1)) {
/* put into ***other */
add_ci(&ci, &ci_other);
goto next;
>Audit-Trail:
>Unformatted:
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507202110.OAA24317>
