Re: [PATCH 1/3] tracing/perf: Expand TRACE_EVENT(sched_stat_runtime)

2013-08-05 Thread Steven Rostedt
On Mon, 2013-08-05 at 20:51 +0200, Oleg Nesterov wrote: > On 08/05, Steven Rostedt wrote: > > > > On Mon, 2013-08-05 at 18:50 +0200, Oleg Nesterov wrote: > > > > > Signed-off-by: Oleg Nesterov > > > Tested-by: David Ahern > > > Reviewed-and-Acked-by: Steven Rostedt > > > > Just so you know. The

Re: [PATCH 1/3] tracing/perf: Expand TRACE_EVENT(sched_stat_runtime)

2013-08-05 Thread Oleg Nesterov
On 08/05, Steven Rostedt wrote: > > On Mon, 2013-08-05 at 18:50 +0200, Oleg Nesterov wrote: > > > Signed-off-by: Oleg Nesterov > > Tested-by: David Ahern > > Reviewed-and-Acked-by: Steven Rostedt > > Just so you know. The standard that we now want to live by is only one > tag per line. I know I

Re: [PATCH 1/3] tracing/perf: Expand TRACE_EVENT(sched_stat_runtime)

2013-08-05 Thread Steven Rostedt
On Mon, 2013-08-05 at 18:50 +0200, Oleg Nesterov wrote: > Signed-off-by: Oleg Nesterov > Tested-by: David Ahern > Reviewed-and-Acked-by: Steven Rostedt Just so you know. The standard that we now want to live by is only one tag per line. I know I gave you that tag in my email, but when adding i

[PATCH 1/3] tracing/perf: Expand TRACE_EVENT(sched_stat_runtime)

2013-08-05 Thread Oleg Nesterov
To simplify the review of the next patches: 1. We are going to reimplent __perf_task/counter and embedd them into TP_ARGS(). expand TRACE_EVENT(sched_stat_runtime) into DECLARE_EVENT_CLASS() + DEFINE_EVENT(), this way they can use different TP_ARGS's. 2. Change perf_trace_##call() macro

[PATCH 1/3] tracing/perf: expand TRACE_EVENT(sched_stat_runtime)

2013-07-18 Thread Oleg Nesterov
To simplify the review of the next patches: 1. We are going to reimplent __perf_task/counter and embedd them into TP_ARGS(). expand TRACE_EVENT(sched_stat_runtime) into DECLARE_EVENT_CLASS() + DEFINE_EVENT(), this way they can use different TP_ARGS's. 2. Change perf_trace_##call() macro

[PATCH 1/3] tracing/perf: expand TRACE_EVENT(sched_stat_runtime)

2013-06-18 Thread Oleg Nesterov
To simplify the review of the next patch: 1. We are going to reimplent __perf_task/counter and embedd them into TP_ARGS(). expand TRACE_EVENT(sched_stat_runtime) into DECLARE_EVENT_CLASS() + DEFINE_EVENT(), this way they can use different TP_ARGS's. 2. Change perf_trace_##call() macri to