Lines Matching full:perf

1 perf-diff(1)
6 perf-diff - Read perf.data files and display the differential profile
11 'perf diff' [baseline file] [data file1] [[data file2] ... ]
15 This command displays the performance difference amongst two or more perf.data
16 files captured via perf record.
18 If no parameters are passed it will assume perf.data.old and perf.data.
21 specified perf.data files.
24 As the perf.data files could come from different binaries, the symbols addresses
25 could vary. So perf diff is based on the comparison of the files and
62 Please see description of --sort in the perf-report man page.
139 perf diff --time 10%/2
143 perf diff --time 0%-10%
147 perf diff --time 10%/1,10%/2
151 perf diff --time 0%-10%,30%-40%
161 for different perf.data files.
163 For example, we get the timestamp information from 'perf script'.
165 perf script -i perf.data.old
168 perf script -i perf.data
171 perf diff --time 3946.361400,:3971.150589,
173 It analyzes the perf.data.old from the timestamp 3946.361400 to
174 the end of perf.data.old and analyzes the perf.data from the
175 timestamp 3971.150589 to the end of perf.data.
194 The comparison is governed by the baseline file. The baseline perf.data
195 file is iterated for samples. All other perf.data files specified on
199 All samples from non-baseline perf.data files, that do not match any
212 - perf diff A B C
223 - perf diff B A C
234 - perf diff C B A
255 (or perf.data/perf.data.old) respectively.
276 (or perf.data/perf.data.old) respectively.
287 (or perf.data/perf.data.old) respectively.
300 two perf.data. The program basic block is the code between two branches.
308 linkperf:perf-record[1], linkperf:perf-report[1]