From owner-freebsd-questions Thu Jan 4 3:33:58 2001 From owner-freebsd-questions@FreeBSD.ORG Thu Jan 4 03:33:57 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from roura.ac.upc.es (roura.ac.upc.es [147.83.33.10]) by hub.freebsd.org (Postfix) with ESMTP id CDB1337B400 for ; Thu, 4 Jan 2001 03:33:51 -0800 (PST) Received: from ac.upc.es (fonoll.ac.upc.es [147.83.32.14]) by roura.ac.upc.es (8.11.0/8.11.0) with ESMTP id f04BahO21876; Thu, 4 Jan 2001 12:36:43 +0100 (MET) Sender: oscar@ac.upc.es Message-ID: <3A54604B.E37FD42F@ac.upc.es> Date: Thu, 04 Jan 2001 12:36:43 +0100 From: Oscar-Ivan Lepe-Aldama Organization: DAC/UPC X-Mailer: Mozilla 4.7 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: es, en MIME-Version: 1.0 To: questions@freebsd.org Subject: gprof question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I want gprof to give me information only for the xl_intr kernel routine (and its descendants) but haven't been able to do it. The man page of gprof says that -f will result in a graph profile entry of only the routine and its descendants. So I'm doing like this: kgmon -rb ping -c100 192.168.1.1 kgmon -hp gprof -b -f xl_intr /kernel gmon.out > gmon.txt The resulted text file has complete information, not just the one related to xl_intr, as if I did not use the -f option. Would some one explain me why I'm not getting what I expect? TIA. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message