-
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
Namhyung Kim
authored and
Arnaldo Carvalho de Melo
committed
Feb 13, 2012
1 parent
8472e87
commit bb572cc
Showing
4 changed files
with
26 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: d3665498955779e56453501a16f4ad084f798802 | ||
refs/heads/master: 6a5c13aff49ac9b3fea38d5f84b436718cb2780d |
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,17 @@ | ||
# | ||
# List of files needed by perf python extention | ||
# | ||
# Each source file must be placed on its own line so that it can be | ||
# processed by Makefile and util/setup.py accordingly. | ||
# | ||
|
||
util/python.c | ||
util/ctype.c | ||
util/evlist.c | ||
util/evsel.c | ||
util/cpumap.c | ||
util/thread_map.c | ||
util/util.c | ||
util/xyarray.c | ||
util/cgroup.c | ||
util/debugfs.c |
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