rename fmt.sh to tpfmt.sh
This commit is contained in:
parent
ea8e75911e
commit
9a2ecb37c6
@ -1,4 +1,4 @@
|
||||
$NetBSD: README,v 1.5 2008/01/05 22:54:49 yamt Exp $
|
||||
$NetBSD: README,v 1.6 2008/01/14 12:42:02 yamt Exp $
|
||||
|
||||
NOTE:
|
||||
- tprof driver currently only supports pentium4 (netburst) processors.
|
||||
@ -28,9 +28,9 @@ usage:
|
||||
4. format the result.
|
||||
the first line in the following example means that 11 samples have been
|
||||
taken at 0xc0396c36, whose symbolic name is lapic_gettick+0x6.
|
||||
(fmt.sh uses the SIZEOF_PTR environment variable.
|
||||
(tpfmt.sh uses the SIZEOF_PTR environment variable.
|
||||
if not set, SIZEOF_PTR=4 is assumed.)
|
||||
# sh ./fmt.sh < /tmp/foo
|
||||
# sh ./tpfmt.sh < /tmp/foo
|
||||
11 c0396c36 lapic_gettick+0x6
|
||||
5 c039b98a x86_pause+0x2
|
||||
4 c010cf9d __cpu_simple_lock+0xd
|
||||
|
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# $NetBSD: fmt.sh,v 1.3 2008/01/03 14:21:53 yamt Exp $
|
||||
# $NetBSD: tpfmt.sh,v 1.1 2008/01/14 12:42:02 yamt Exp $
|
||||
|
||||
# /*-
|
||||
# * Copyright (c)2008 YAMAMOTO Takashi,
|
Loading…
Reference in New Issue
Block a user