-a
|
List output by symbol address.
|
-c
|
List output by decreasing number of calls.
|
-C
|
Demangle C++ symbol names. Solaris only.
|
-g
|
Include nonglobal (static) function symbols (invalid with -l
).
|
-h
|
Suppress the report heading.
|
-l
|
Exclude nonglobal function symbols (the default). Invalid with -g
.
|
-m
pf
|
Use pf
as the input profile file instead of mon.out
.
|
-n
|
List by symbol name.
|
-o
|
Show addresses in octal (invalid with -x
).
|
-s
|
Print a summary on standard error.
|
-t
|
List by decreasing total time percentage (the default).
|
-V
|
Print version information on standard error.
|
-x
|
Show addresses in hexadecimal (invalid with -o
).
|
-z
|
Include zero usage calls.
|