-
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: 163799 b: refs/heads/master c: a4304f2 h: refs/heads/master i: 163797: d6599ad 163795: ce5f56b 163791: 9579214 v: v3
- Loading branch information
Tilman Schmidt
authored and
Live-CD User
committed
Sep 19, 2009
1 parent
c060f40
commit a2b3863
Showing
42 changed files
with
767 additions
and
4,583 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: 467f9957d9283be40101d7255d06fae7e211ff4c | ||
refs/heads/master: a4304f2d5a3823deea894026ec95e43b33912357 |
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 @@ | ||
The power tracer collects detailed information about C-state and P-state | ||
transitions, instead of just looking at the high-level "average" | ||
information. | ||
|
||
There is a helper script found in scrips/tracing/power.pl in the kernel | ||
sources which can be used to parse this information and create a | ||
Scalable Vector Graphics (SVG) picture from the trace data. | ||
|
||
To use this tracer: | ||
|
||
echo 0 > /sys/kernel/debug/tracing/tracing_enabled | ||
echo power > /sys/kernel/debug/tracing/current_tracer | ||
echo 1 > /sys/kernel/debug/tracing/tracing_enabled | ||
sleep 1 | ||
echo 0 > /sys/kernel/debug/tracing/tracing_enabled | ||
cat /sys/kernel/debug/tracing/trace | \ | ||
perl scripts/tracing/power.pl > out.sv |
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.