diff --git a/[refs] b/[refs] index a31cac9a49bc..66babfe34e17 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0f624e7e5625f4c30c836b7a5decfe2553582391 +refs/heads/master: d30531c67210f4c73d0f9661998ceeebb0a230ee diff --git a/trunk/tools/perf/Documentation/perf-diff.txt b/trunk/tools/perf/Documentation/perf-diff.txt index bd1ee55cef6a..b7c393bf9ec1 100644 --- a/trunk/tools/perf/Documentation/perf-diff.txt +++ b/trunk/tools/perf/Documentation/perf-diff.txt @@ -3,7 +3,7 @@ perf-diff(1) NAME ---- -perf-diff - Read perf.data (created by perf record) and display the profile +perf-diff - Read two perf.data files and display the differential profile SYNOPSIS -------- @@ -12,7 +12,7 @@ SYNOPSIS DESCRIPTION ----------- -This command displays the performance difference among two perf.data files +This command displays the performance difference amongst two perf.data files captured via perf record. If no parameters are passed it will assume perf.data.old and perf.data. @@ -21,10 +21,10 @@ OPTIONS ------- -p:: --percentage:: - Show percentages instead of raw counters + Show percentages instead of raw counts -v:: --verbose:: - Be verbose, for instance, show the raw counters in addition to the + Be verbose, for instance, show the raw counts in addition to the diff. SEE ALSO --------