-
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: 100419 b: refs/heads/master c: bc0c38d h: refs/heads/master i: 100417: d18a784 100415: 070ab6d v: v3
- Loading branch information
Steven Rostedt
authored and
Thomas Gleixner
committed
May 23, 2008
1 parent
2fb9ae6
commit c201572
Showing
6 changed files
with
1,740 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: 16444a8a40d4c7b4f6de34af0cae1f76a4f6c901 | ||
refs/heads/master: bc0c38d139ec7fcd5c030aea16b008f3732e42ac |
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 |
---|---|---|
|
@@ -3,3 +3,8 @@ | |
# | ||
config HAVE_FTRACE | ||
bool | ||
|
||
config TRACING | ||
bool | ||
select DEBUG_FS | ||
|
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,3 +1,5 @@ | ||
obj-$(CONFIG_FTRACE) += libftrace.o | ||
|
||
obj-$(CONFIG_TRACING) += trace.o | ||
|
||
libftrace-y := ftrace.o |
Oops, something went wrong.