2009-04-20 13:52:29 +00:00
|
|
|
perf-top(1)
|
2008-04-15 20:39:31 +00:00
|
|
|
===========
|
2009-04-20 13:52:29 +00:00
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2009-08-04 08:24:41 +00:00
|
|
|
perf-top - System profiling tool.
|
2009-04-20 13:52:29 +00:00
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
|
|
|
[verse]
|
2009-08-04 08:24:41 +00:00
|
|
|
'perf top' [-e <EVENT> | --event=EVENT] [<options>]
|
2009-04-20 13:52:29 +00:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2009-08-04 08:24:41 +00:00
|
|
|
This command generates and displays a performance counter profile in realtime.
|
2009-04-20 13:52:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
2009-08-04 08:24:41 +00:00
|
|
|
-a::
|
|
|
|
--all-cpus::
|
|
|
|
System-wide collection. (default)
|
|
|
|
|
|
|
|
-c <count>::
|
|
|
|
--count=<count>::
|
|
|
|
Event period to sample.
|
|
|
|
|
|
|
|
-C <cpu>::
|
|
|
|
--CPU=<cpu>::
|
|
|
|
CPU to profile.
|
|
|
|
|
|
|
|
-d <seconds>::
|
|
|
|
--delay=<seconds>::
|
|
|
|
Number of seconds to delay between refreshes.
|
2009-04-20 13:52:29 +00:00
|
|
|
|
2009-08-04 08:24:41 +00:00
|
|
|
-e <event>::
|
|
|
|
--event=<event>::
|
2009-06-06 12:56:33 +00:00
|
|
|
Select the PMU event. Selection can be a symbolic event name
|
|
|
|
(use 'perf list' to list all events) or a raw PMU
|
|
|
|
event (eventsel+umask) in the form of rNNN where NNN is a
|
2009-08-04 08:24:41 +00:00
|
|
|
hexadecimal event descriptor.
|
2009-04-20 13:52:29 +00:00
|
|
|
|
2009-08-04 08:24:41 +00:00
|
|
|
-E <entries>::
|
|
|
|
--entries=<entries>::
|
|
|
|
Display this many functions.
|
|
|
|
|
|
|
|
-f <count>::
|
|
|
|
--count-filter=<count>::
|
|
|
|
Only display functions with more events than this.
|
|
|
|
|
|
|
|
-F <freq>::
|
|
|
|
--freq=<freq>::
|
|
|
|
Profile at this frequency.
|
|
|
|
|
|
|
|
-i::
|
|
|
|
--inherit::
|
|
|
|
Child tasks inherit counters, only makes sens with -p option.
|
|
|
|
|
|
|
|
-k <path>::
|
|
|
|
--vmlinux=<path>::
|
|
|
|
Path to vmlinux. Required for annotation functionality.
|
|
|
|
|
|
|
|
-m <pages>::
|
|
|
|
--mmap-pages=<pages>::
|
|
|
|
Number of mmapped data pages.
|
|
|
|
|
|
|
|
-p <pid>::
|
|
|
|
--pid=<pid>::
|
|
|
|
Profile events on existing pid.
|
|
|
|
|
|
|
|
-r <priority>::
|
|
|
|
--realtime=<priority>::
|
|
|
|
Collect data with this RT SCHED_FIFO priority.
|
|
|
|
|
|
|
|
-s <symbol>::
|
|
|
|
--sym-annotate=<symbol>::
|
|
|
|
Annotate this symbol. Requires -k option.
|
|
|
|
|
|
|
|
-v::
|
|
|
|
--verbose::
|
|
|
|
Be more verbose (show counter open errors, etc).
|
|
|
|
|
|
|
|
-z::
|
|
|
|
--zero::
|
|
|
|
Zero history across display updates.
|
|
|
|
|
|
|
|
INTERACTIVE PROMPTING KEYS
|
|
|
|
--------------------------
|
|
|
|
|
|
|
|
[d]::
|
|
|
|
Display refresh delay.
|
|
|
|
|
|
|
|
[e]::
|
|
|
|
Number of entries to display.
|
|
|
|
|
|
|
|
[E]::
|
|
|
|
Event to display when multiple counters are active.
|
|
|
|
|
|
|
|
[f]::
|
|
|
|
Profile display filter (>= hit count).
|
|
|
|
|
|
|
|
[F]::
|
|
|
|
Annotation display filter (>= % of total).
|
|
|
|
|
|
|
|
[s]::
|
|
|
|
Annotate symbol.
|
|
|
|
|
|
|
|
[S]::
|
|
|
|
Stop annotation, return to full profile display.
|
|
|
|
|
|
|
|
[w]::
|
|
|
|
Toggle between weighted sum and individual count[E]r profile.
|
|
|
|
|
|
|
|
[z]::
|
|
|
|
Toggle event count zeroing across display updates.
|
|
|
|
|
|
|
|
[qQ]::
|
|
|
|
Quit.
|
|
|
|
|
|
|
|
Pressing any unmapped key displays a menu, and prompts for input.
|
2009-04-20 13:52:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
SEE ALSO
|
|
|
|
--------
|
2009-06-06 12:56:33 +00:00
|
|
|
linkperf:perf-stat[1], linkperf:perf-list[1]
|