Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100630
b: refs/heads/master
c: ef4ab15
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and Thomas Gleixner committed May 23, 2008
1 parent cb21c75 commit 7e8a74a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 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: 842af315e8b0adad58fc642eaa5e6f53525e0534
refs/heads/master: ef4ab15ff34fd9c65e92bee70f58e7179da881c5
2 changes: 1 addition & 1 deletion trunk/kernel/trace/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ config PREEMPT_TRACER

config SYSPROF_TRACER
bool "Sysprof Tracer"
depends on DEBUG_KERNEL
depends on DEBUG_KERNEL && X86
select TRACING
help
This tracer provides the trace needed by the 'Sysprof' userspace
Expand Down
5 changes: 0 additions & 5 deletions trunk/kernel/trace/trace_selftest.c
Original file line number Diff line number Diff line change
Expand Up @@ -557,11 +557,6 @@ trace_selftest_startup_sysprof(struct tracer *trace, struct trace_array *tr)
ret = trace_test_buffer(tr, &count);
trace->reset(tr);

if (!ret && !count) {
printk(KERN_CONT ".. no entries found ..");
ret = -1;
}

return ret;
}
#endif /* CONFIG_SYSPROF_TRACER */

0 comments on commit 7e8a74a

Please sign in to comment.