 |
» |
|
|
|
 |
 |
dcpidis(1)
NAME
dcpidis - Disassemble a procedure and print sample counts for each instruction.
WARNING
dcpidis is obsolete. Use dcpilist instead, which provides much more
functionality, including the ability to print source code as well as estimated cycle costs
per instruction and source line.
SYNOPSIS
dcpidis -p procedure-name image-file [sample-files...]
FLAGS
- -p procedure-name
- Prints information for the specified procedure. Unlike dis, the current version
of dcpidis can only print one procedure at a time, and therefore the -p
flag is required. If multiple procedures in the image have the same name, you can just
give the address of one of these procedures instead of an ambiguous name.
DESCRIPTION
Dcpidis generates a disassembled listing for a named procedure that is extracted from a
specified image file. The disassembly is annotated with samples that were collected by dcpid
and then stored in the named sample files.
Instead of a procedure name, the -p flag also accepts an address. Therefore,
if an image contains multiple procedures with the same name, you can give an address that
falls within one of these procedures to disambiguate the procedure selection.
Samples that do not belong to the specified procedure are ignored. If no sample files
are provided, a sample count of zero is assumed for each instruction. If multiple sample
files contribute to the samples for the specified procedure, these samples are merged
together in the output.
If the specified sample files contain samples for multiple events, then a column for
the count of each kind of event is included in the disassembled listing.
SEE ALSO
dcpi(1), dcpiflow(1), dcpiprof(1), dcpilist(1), dcpiscan(1), dcpid(1), dcpiepoch(1), dcpiflush(1), dcpicalc(1), dcpilabel(1), dcpi2ps(1), dcpicat(1), dcpiquit(1), dcpidiff(1), dcpitopstalls(1), dcpiwhatcg(1),
dcpictl(1), dcpiformat(4),
dis(1).
For more information, see the HP Continuous Profiling Infrastructure project home page (http://h30097.www3.hp.com/dcpi).
COPYRIGHT
Copyright 1996-2004, Hewlett-Packard Development Company, L.P.
AUTHOR
Sanjay Ghemawat, Monika Henzinger
This page was generated automatically by mtex software.
|
|