Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121190
b: refs/heads/master
c: 8d26487
h: refs/heads/master
v: v3
  • Loading branch information
Török Edwin authored and Ingo Molnar committed Nov 23, 2008
1 parent 591a18d commit fa6a8bf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 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: cffa10aecb6891f090a4d53a075bc40c082c45fc
refs/heads/master: 8d26487fd4ddda7a0237da418fb8669fb06ae557
1 change: 1 addition & 0 deletions trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ config X86
select HAVE_ARCH_TRACEHOOK
select HAVE_GENERIC_DMA_COHERENT if X86_32
select HAVE_EFFICIENT_UNALIGNED_ACCESS
select USER_STACKTRACE_SUPPORT

config ARCH_DEFCONFIG
string
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/stacktrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extern void save_stack_trace_tsk(struct task_struct *tsk,

extern void print_stack_trace(struct stack_trace *trace, int spaces);

#ifdef CONFIG_X86
#ifdef CONFIG_USER_STACKTRACE_SUPPORT
extern void save_stack_trace_user(struct stack_trace *trace);
#else
# define save_stack_trace_user(trace) do { } while (0)
Expand Down
3 changes: 3 additions & 0 deletions trunk/kernel/trace/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# select HAVE_FUNCTION_TRACER:
#

config USER_STACKTRACE_SUPPORT
bool

config NOP_TRACER
bool

Expand Down

0 comments on commit fa6a8bf

Please sign in to comment.