perf report: Fix cut'n'paste error recently introduced
[deliverable/linux.git] / tools / perf / Documentation / perf-diff.txt
CommitLineData
86a9eee0
ACM
1perf-diff(1)
2==============
3
4NAME
5----
d30531c6 6perf-diff - Read two perf.data files and display the differential profile
86a9eee0
ACM
7
8SYNOPSIS
9--------
10[verse]
11'perf diff' [oldfile] [newfile]
12
13DESCRIPTION
14-----------
d30531c6 15This command displays the performance difference amongst two perf.data files
86a9eee0
ACM
16captured via perf record.
17
18If no parameters are passed it will assume perf.data.old and perf.data.
19
20OPTIONS
21-------
22-p::
23--percentage::
d30531c6 24 Show percentages instead of raw counts
86a9eee0
ACM
25-v::
26--verbose::
d30531c6 27 Be verbose, for instance, show the raw counts in addition to the
86a9eee0 28 diff.
cdccc690 29
86a9eee0
ACM
30SEE ALSO
31--------
32linkperf:perf-record[1]
This page took 0.026869 seconds and 5 git commands to generate.