Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2016-09-14 19:20:14 +0300
committerAlex Rønne Petersen <alexrp@xamarin.com>2016-10-02 23:23:47 +0300
commitee6bfbb0416e17b5893bdb3c6c7f0ad36ad1664d (patch)
tree0757e28d5b746f2b2b4289ba49bf25092d41317d /man
parent00a04f8feb8ad7c20c2f3eca4bc3eb3005f5e169 (diff)
[profiler] Drop support for perf events on Linux.
Diffstat (limited to 'man')
-rw-r--r--man/mprof-report.122
1 files changed, 2 insertions, 20 deletions
diff --git a/man/mprof-report.1 b/man/mprof-report.1
index b96001d2c63..168759897a9 100644
--- a/man/mprof-report.1
+++ b/man/mprof-report.1
@@ -139,30 +139,12 @@ garbage collections
to the control port
.RE
.IP \[bu] 2
-\f[I]sample[=TYPE[/FREQ]]\f[]: collect statistical samples of the
+\f[I]sample[=FREQ]\f[]: collect statistical samples of the
program behaviour.
The default is to collect a 100 times per second (100 Hz) the
instruction pointer.
-This is equivalent to the value \[lq]cycles/100\[rq].
+This is equivalent to the value \[lq]100\[rq].
A value of zero for \f[I]FREQ\f[] effectively disables sampling.
-On some systems, like with recent Linux kernels, it is possible to
-cause the sampling to happen for other events provided by the
-performance counters of the cpu.
-In this case, \f[I]TYPE\f[] can be one of:
-.RS 2
-.IP \[bu] 2
-\f[I]cycles\f[]: processor cycles
-.IP \[bu] 2
-\f[I]instr\f[]: executed instructions
-.IP \[bu] 2
-\f[I]cacherefs\f[]: cache references
-.IP \[bu] 2
-\f[I]cachemiss\f[]: cache misses
-.IP \[bu] 2
-\f[I]branches\f[]: executed branches
-.IP \[bu] 2
-\f[I]branchmiss\f[]: mispredicted branches
-.RE
.IP \[bu] 2
\f[I]maxframes=NUM\f[]: when a stack trace needs to be performed,
collect \f[I]NUM\f[] frames at the most.