kgconv(8)
Name
kgconv − convert a dump from kgmon (kgdump.out) to gprof format (gmon.out)
Syntax
kgconv [ −d ] [ −ncpunumber ] [ dumpfile ] [ system ]
Description
The kgconv command is used to convert the dump file (kgdump.out) produced by kgmon to the format required by gprof. The output file is gmon.out, which can be directly used by gprof. If the −n flag is not used, kgconv dumps the cumulative profile data about all the processors in the system.
Options
−ncpunumberConverts profile data for the specified processor only.
−dUses the dumpfile specified as the next argument, instead of kgdump.out as the input file.
Files
/vmunix default system
./kgdump.out
default input dump file
./gmon.out output file used by gprof