-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/l…
…inux/kernel/git/tip/linux-2.6-tip * 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (52 commits) perf record: Use per-task-per-cpu events for inherited events perf record: Properly synchronize child creation perf events: Allow per-task-per-cpu counters perf diff: Percent calcs should use double values perf diff: Change the default sort order to "dso,symbol" perf diff: Use perf_session__fprintf_hists just like 'perf record' perf report: Fix cut'n'paste error recently introduced perf session: Move perf report specific hits out of perf_session__fprintf_hists perf tools: Move hist entries printing routines from perf report perf report: Generalize perf_session__fprintf_hists() perf symbols: Move symbol filtering to event__preprocess_sample() perf symbols: Adopt the strlists for dso, comm perf symbols: Make symbol_conf global perf probe: Fix to show which probe point is not found perf probe: Check symbols in symtab/kallsyms perf probe: Check build-id of vmlinux perf probe: Reject second attempt of adding same-name event perf probe: Support event name for --add option perf probe: Add glob matching support on --del perf probe: Use strlist__for_each macros in probe-event.c ...
- Loading branch information
Showing
53 changed files
with
2,293 additions
and
1,413 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
perf-diff(1) | ||
============== | ||
|
||
NAME | ||
---- | ||
perf-diff - Read two perf.data files and display the differential profile | ||
|
||
SYNOPSIS | ||
-------- | ||
[verse] | ||
'perf diff' [oldfile] [newfile] | ||
|
||
DESCRIPTION | ||
----------- | ||
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. | ||
|
||
OPTIONS | ||
------- | ||
-d:: | ||
--dsos=:: | ||
Only consider symbols in these dsos. CSV that understands | ||
file://filename entries. | ||
|
||
-C:: | ||
--comms=:: | ||
Only consider symbols in these comms. CSV that understands | ||
file://filename entries. | ||
|
||
-S:: | ||
--symbols=:: | ||
Only consider these symbols. CSV that understands | ||
file://filename entries. | ||
|
||
-s:: | ||
--sort=:: | ||
Sort by key(s): pid, comm, dso, symbol. | ||
|
||
-t:: | ||
--field-separator=:: | ||
|
||
Use a special separator character and don't pad with spaces, replacing | ||
all occurances of this separator in symbol names (and other output) | ||
with a '.' character, that thus it's the only non valid separator. | ||
|
||
-v:: | ||
--verbose:: | ||
Be verbose, for instance, show the raw counts in addition to the | ||
diff. | ||
|
||
SEE ALSO | ||
-------- | ||
linkperf:perf-record[1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.