Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306632
b: refs/heads/master
c: a5f4374
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Feb 22, 2012
1 parent 2a467f2 commit c071a99
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b2d81d48a2d8e37efb6ce7b4d5ef58822b30d89
refs/heads/master: a5f4374a9610fd7286c2164d4e680436727eff71
2 changes: 1 addition & 1 deletion trunk/arch/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ config OPTPROBES

config UPROBES
bool "Transparent user-space probes (EXPERIMENTAL)"
depends on ARCH_SUPPORTS_UPROBES
depends on ARCH_SUPPORTS_UPROBES && PERF_EVENTS
default n
help
Uprobes is the user-space counterpart to kprobes: they
Expand Down
1 change: 0 additions & 1 deletion trunk/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ obj-$(CONFIG_USER_RETURN_NOTIFIER) += user-return-notifier.o
obj-$(CONFIG_PADATA) += padata.o
obj-$(CONFIG_CRASH_DUMP) += crash_dump.o
obj-$(CONFIG_JUMP_LABEL) += jump_label.o
obj-$(CONFIG_UPROBES) += uprobes.o

$(obj)/configs.o: $(obj)/config_data.h

Expand Down
3 changes: 3 additions & 0 deletions trunk/kernel/events/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ CFLAGS_REMOVE_core.o = -pg
endif

obj-y := core.o ring_buffer.o callchain.o

obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
obj-$(CONFIG_UPROBES) += uprobes.o

File renamed without changes.

0 comments on commit c071a99

Please sign in to comment.