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.
136 perf diff --time 10%/2
140 perf diff --time 0%-10%
144 perf diff --time 10%/1,10%/2
148 perf diff --time 0%-10%,30%-40%
158 for different perf.data files.
160 For example, we get the timestamp information from 'perf script'.
162 perf script -i perf.data.old
165 perf script -i perf.data
168 perf diff --time 3946.361400,:3971.150589,
170 It analyzes the perf.data.old from the timestamp 3946.361400 to
171 the end of perf.data.old and analyzes the perf.data from the
172 timestamp 3971.150589 to the end of perf.data.
191 The comparison is governed by the baseline file. The baseline perf.data
192 file is iterated for samples. All other perf.data files specified on
196 All samples from non-baseline perf.data files, that do not match any
209 - perf diff A B C
220 - perf diff B A C
231 - perf diff C B A
252 (or perf.data/perf.data.old) respectively.
273 (or perf.data/perf.data.old) respectively.
284 (or perf.data/perf.data.old) respectively.
297 two perf.data. The program basic block is the code between two branches.
305 linkperf:perf-record[1], linkperf:perf-report[1]