FBDUMP(1) FBDUMP(1)
fbdump - print out compiler feedback files from prof
fbdump [options] name
fbdump prints out the formatted contents of compiler feedback files
generated by prof(1).
fbdump recognizes the following options:
-verbose
This option prints all the information in verbose mode. If
this option is specified, table with all zero entries will be
printed also.
-header
Print Feedback file header as described in "cmplrs/fb.h".
-sections
Print Feedback file section headers table as described in
"cmplrs/fb.h".
-proc
Print Feedback procedure table as described in "cmplrs/fb.h".
If -verbose is specified, then all the procedures will be
printed, even though they are not invoked. If -verbose is NOT
specified, then fbdump will only print the relevant information
on the procedures that have been invoked.
-call
Print Feedback call table as described in "cmplrs/fb.h". If
-verbose is specified, then all the one-point of call will be
printed, even though they have not been called. If -verbose is
NOT specified, then fbdump will only print the relevant
information on the calls.
-bb Print Feedback per basic block table as described in
"cmplrs/fb.h". If -verbose is specified, then all the basic
blocks will be printed, even the ones with zero execution
counts. If -verbose is NOT specified, then fbdump will only
print the basic blocks that have a non-zero execution count.
-str Print Feedback string table.
-ascii
Print Feedback information in the same style as the old
feedback dumper.
Page 1
FBDUMP(1) FBDUMP(1)
-all This is the default option. If no option is specified, then
the default is to print all the options.
speedshop(1), prof(1), include file "cmplrs/fb.h"
PPPPaaaaggggeeee 2222 [ Back ]
|