Path: blob/master/tools/perf/Documentation/perf-diff.txt
10821 views
perf-diff(1)1============23NAME4----5perf-diff - Read two perf.data files and display the differential profile67SYNOPSIS8--------9[verse]10'perf diff' [oldfile] [newfile]1112DESCRIPTION13-----------14This command displays the performance difference amongst two perf.data files15captured via perf record.1617If no parameters are passed it will assume perf.data.old and perf.data.1819OPTIONS20-------21-M::22--displacement::23Show position displacement relative to baseline.2425-D::26--dump-raw-trace::27Dump raw trace in ASCII.2829-m::30--modules::31Load module symbols. WARNING: use only with -k and LIVE kernel3233-d::34--dsos=::35Only consider symbols in these dsos. CSV that understands36file://filename entries.3738-C::39--comms=::40Only consider symbols in these comms. CSV that understands41file://filename entries.4243-S::44--symbols=::45Only consider these symbols. CSV that understands46file://filename entries.4748-s::49--sort=::50Sort by key(s): pid, comm, dso, symbol.5152-t::53--field-separator=::5455Use a special separator character and don't pad with spaces, replacing56all occurrences of this separator in symbol names (and other output)57with a '.' character, that thus it's the only non valid separator.5859-v::60--verbose::61Be verbose, for instance, show the raw counts in addition to the62diff.6364-f::65--force::66Don't complain, do it.6768--symfs=<directory>::69Look for files with symbols relative to this directory.7071SEE ALSO72--------73linkperf:perf-record[1]747576