Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 6 changed files with 1,740 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 16444a8a40d4c7b4f6de34af0cae1f76a4f6c901
refs/heads/master: bc0c38d139ec7fcd5c030aea16b008f3732e42ac
1 change: 1 addition & 0 deletions trunk/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ obj-$(CONFIG_TASKSTATS) += taskstats.o tsacct.o
obj-$(CONFIG_MARKERS) += marker.o
obj-$(CONFIG_LATENCYTOP) += latencytop.o
obj-$(CONFIG_FTRACE) += trace/
obj-$(CONFIG_TRACING) += trace/

ifneq ($(CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER),y)
# According to Alan Modra <alan@linuxcare.com.au>, the -fno-omit-frame-pointer is
Expand Down
5 changes: 5 additions & 0 deletions trunk/kernel/trace/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
#
config HAVE_FTRACE
bool

config TRACING
bool
select DEBUG_FS

2 changes: 2 additions & 0 deletions trunk/kernel/trace/Makefile
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
Loading

0 comments on commit c201572

Please sign in to comment.