Loading kernel/trace/Kconfig +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading kernel/trace/trace_selftest.c +0 −5 Original line number Diff line number Diff line Loading @@ -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 */ Loading
kernel/trace/Kconfig +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
kernel/trace/trace_selftest.c +0 −5 Original line number Diff line number Diff line Loading @@ -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 */