-
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.
- Loading branch information
Feng Tang
authored and
Arnaldo Carvalho de Melo
committed
Sep 17, 2012
1 parent
4104660
commit cbab968
Showing
3 changed files
with
12 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 36385be55da10b3271407c45c3a62d9af3db666e | ||
refs/heads/master: 59cbea229473350168930941986ebe5bf685cc23 |
8 changes: 8 additions & 0 deletions
8
trunk/tools/perf/scripts/python/bin/event_analyzing_sample-record
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,8 @@ | ||
#!/bin/bash | ||
|
||
# | ||
# event_analyzing_sample.py can cover all type of perf samples including | ||
# the tracepoints, so no special record requirements, just record what | ||
# you want to analyze. | ||
# | ||
perf record $@ |
3 changes: 3 additions & 0 deletions
3
trunk/tools/perf/scripts/python/bin/event_analyzing_sample-report
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,3 @@ | ||
#!/bin/bash | ||
# description: analyze all perf samples | ||
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py |