.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH CT_CONTROL 1 "October, 2003" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME callgrind_control \- observe and control applications currently running under supervision of .B calltree .SH SYNOPSIS .B callgrind_control .RI [ options ] .RI [ pid/program-name ] ... .br .SH DESCRIPTION This manual page documents briefly the .B callgrind_control command. When not specifying a .B pid/program name argument, all applications run by callgrind on this system will be used for actions given by the specified option(s). The default action is to give short information for the applications run by callgrind. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. .SH OPTIONS This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP .B \-h, \-\-help Show summary of options. .TP .B \-\-version Show version of ct_control. .TP .B \-s Show statistics. .TP .B \-b Show stack trace. .TP .B \-e [A,B,C] Only show figures for events A,B,C [all] .TP .B \-z Zero cost counters. .TP .B \-d [hint] Request the dumping of profile information. Optionally a string can be specified which is written into the dump as part of the Trigger reaseon. This can be used to distinguish multiple dumps. .TP .B \-k Kill. .SH SEE ALSO .BR /usr/share/doc/valgrind-callgrind/html/ct_main.html, .br .SH AUTHOR This manual page was written by Josef Weidendorfer .