-
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
Mikael Pettersson
authored and
Ben Dooks
committed
Sep 19, 2009
1 parent
1f05d73
commit 6eede41
Showing
189 changed files
with
4,413 additions
and
7,263 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: a57c21c7159e07c27e317ea3513dfb382be3f153 | ||
refs/heads/master: b0999cc55bd49e315ec82d2fb770a0d9ef7cbed8 |
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
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.