-
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.
yaml --- r: 257030 b: refs/heads/master c: 2cee77c h: refs/heads/master v: v3
- Loading branch information
David Ahern
authored and
Arnaldo Carvalho de Melo
committed
Jun 2, 2011
1 parent
820465c
commit 0c29bb8
Showing
3 changed files
with
9 additions
and
3 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: 64348153c63b8c1f99f19f14a9c3cbd5df70c9d3 | ||
refs/heads/master: 2cee77c4505fc581f41b44e18ffc0953b67a414c |
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 |
---|---|---|
|
@@ -61,6 +61,7 @@ struct perf_evsel { | |
off_t id_offset; | ||
}; | ||
struct cgroup_sel *cgrp; | ||
bool supported; | ||
}; | ||
|
||
struct cpu_map; | ||
|