Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core
Pull tracing updates from Steve Rostedt. Signed-off-by: Ingo Molnar <mingo@kernel.org>
Šī revīzija ir iekļauta:
@@ -62,8 +62,12 @@ config HAVE_C_RECORDMCOUNT
|
||||
config TRACER_MAX_TRACE
|
||||
bool
|
||||
|
||||
config TRACE_CLOCK
|
||||
bool
|
||||
|
||||
config RING_BUFFER
|
||||
bool
|
||||
select TRACE_CLOCK
|
||||
|
||||
config FTRACE_NMI_ENTER
|
||||
bool
|
||||
@@ -114,6 +118,7 @@ config TRACING
|
||||
select NOP_TRACER
|
||||
select BINARY_PRINTF
|
||||
select EVENT_TRACING
|
||||
select TRACE_CLOCK
|
||||
|
||||
config GENERIC_TRACER
|
||||
bool
|
||||
|
@@ -19,11 +19,7 @@ endif
|
||||
|
||||
CFLAGS_trace_events_filter.o := -I$(src)
|
||||
|
||||
#
|
||||
# Make the trace clocks available generally: it's infrastructure
|
||||
# relied on by ptrace for example:
|
||||
#
|
||||
obj-y += trace_clock.o
|
||||
obj-$(CONFIG_TRACE_CLOCK) += trace_clock.o
|
||||
|
||||
obj-$(CONFIG_FUNCTION_TRACER) += libftrace.o
|
||||
obj-$(CONFIG_RING_BUFFER) += ring_buffer.o
|
||||
|
@@ -1646,9 +1646,11 @@ static __init void event_trace_self_tests(void)
|
||||
event_test_stuff();
|
||||
|
||||
ret = __ftrace_set_clr_event(NULL, system->name, NULL, 0);
|
||||
if (WARN_ON_ONCE(ret))
|
||||
if (WARN_ON_ONCE(ret)) {
|
||||
pr_warning("error disabling system %s\n",
|
||||
system->name);
|
||||
continue;
|
||||
}
|
||||
|
||||
pr_cont("OK\n");
|
||||
}
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user