Add readprofile applet support.

This commit is contained in:
Paul Mundt
2005-05-20 17:22:18 +00:00
parent 93850a56b2
commit 8b2d02ed34
5 changed files with 327 additions and 0 deletions

View File

@@ -2091,6 +2091,21 @@
USAGE_READLINK_FOLLOW("\n\nOptions:\n" \
"\t-f\tcanonicalize by following all symlinks")
#define readprofile_trivial_usage \
"[OPTIONS]..."
#define readprofile_full_usage \
"Options:\n" \
"\t -m <mapfile> (default: /boot/System.map)\n" \
"\t -p <profile> (default: /proc/profile)\n" \
"\t -M <mult> set the profiling multiplier to <mult>\n" \
"\t -i print only info about the sampling step\n" \
"\t -v print verbose data\n" \
"\t -a print all symbols, even if count is 0\n" \
"\t -b print individual histogram-bin counts\n" \
"\t -s print individual counters within functions\n" \
"\t -r reset all the counters (root only)\n" \
"\t -n disable byte order auto-detection"
#define realpath_trivial_usage \
"pathname ..."
#define realpath_full_usage \