kgconv(8) System Manager's Manual kgconv(8)
Name
kgconv - convert a dump from kgmon (kgdump.out) to gprof format (gmon.out)
Syntax
kgconv [ -d ] [ -ncpunumber ] [ dumpfile ] [ system ]
Description
The command is used to convert the dump file (kgdump.out) produced by to the format required by The output file is gmon.out, which can be
directly used by If the -n flag is not used, kgconv dumps the cumulative profile data about all the processors in the system.
Options
-ncpunumber Converts profile data for the specified processor only.
-d Uses the dumpfile specified as the next argument, instead of kgdump.out as the input file.
Files
default system
default input dump file
output file used by
See Also
kgmon(8), gprof(1), config(8)
kgconv(8)