[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1374116802.6458.205.camel@gandalf.local.home>
Date: Wed, 17 Jul 2013 23:06:42 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Oleg Nesterov <oleg@...hat.com>
Cc: Peter Zijlstra <peterz@...radead.org>,
Frederic Weisbecker <fweisbec@...il.com>,
Ingo Molnar <mingo@...hat.com>,
Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>,
Srikar Dronamraju <srikar@...ux.vnet.ibm.com>,
"zhangwei(Jovi)" <jovi.zhangwei@...wei.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/3] tracing/perf: perf_trace_buf/perf_xxx hacks.
On Tue, 2013-06-18 at 21:21 +0200, Oleg Nesterov wrote:
> Hello.
>
> On top of "PATCH 0/3] tracing: more list_empty(perf_events) checks"
> series I sent yesterday.
>
> Compile tested only, not for inclusion yet.
Oleg, I know you sent me a mbox with these patches, but I rather pull
the real email. But this is the only one I have. With a comment like
that, I wouldn't pull it in.
But as you sent me them to include them, I take it, this is ready.
Peter, Frederic, can you review these patches and ack or nack them?
Thanks,
-- Steve
>
> But I'll appreciate if you can take a look. I'll try to test this
> tomorrow somehow and let you know. Right now I am looking at asm code,
> looks correct...
>
> I also compiled the kernel with the additional patch below, everything
> compiles except sched/core.o as expected.
>
> Oleg.
>
> --- a/include/trace/ftrace.h
> +++ b/include/trace/ftrace.h
> @@ -664,6 +664,8 @@ perf_trace_##call(void *__data, proto) \
> \
> __data_size = ftrace_get_offsets_##call(&__data_offsets, args); \
> \
> + BUILD_BUG_ON(!(__builtin_constant_p(!__task) && !__task)); \
> + \
> head = this_cpu_ptr(event_call->perf_events); \
> if (__builtin_constant_p(!__task) && !__task && \
> hlist_empty(head)) \
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists