Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1351929 > unrolled thread

Re: [PATCH RT 14/13] tracing: Fix probe_wakeup_latency_hist_start() prototype

Started bySteven Rostedt <rostedt@goodmis.org>
First post2016-03-07 20:50 +0100
Last post2016-03-07 20:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH RT 14/13] tracing: Fix probe_wakeup_latency_hist_start()  prototype Steven Rostedt <rostedt@goodmis.org> - 2016-03-07 20:50 +0100

#1351929 — Re: [PATCH RT 14/13] tracing: Fix probe_wakeup_latency_hist_start() prototype

FromSteven Rostedt <rostedt@goodmis.org>
Date2016-03-07 20:50 +0100
SubjectRe: [PATCH RT 14/13] tracing: Fix probe_wakeup_latency_hist_start() prototype
Message-ID<ra9kf-7bJ-47@gated-at.bofh.it>
On Fri, 04 Mar 2016 05:04:06 +0100
Mike Galbraith <umgwanakikbuti@gmail.com> wrote:

> Drop 'success' arg from probe_wakeup_latency_hist_start().
> 
> Fixes: cf1dd658 sched: Introduce the trace_sched_waking tracepoint
> Signed-off-by: Mike Galbraith <umgwanakikbuti@gmail.com>

Thanks, I applied this to 3.18-rt, 3.14-rt, 3.12-rt, 3.10-rt, 3.4-rt,
and 3.2-rt.

-- Steve

> ---
>  kernel/trace/latency_hist.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/kernel/trace/latency_hist.c b/kernel/trace/latency_hist.c
> index 66a69eb5329c..b6c1d14b71c4 100644
> --- a/kernel/trace/latency_hist.c
> +++ b/kernel/trace/latency_hist.c
> @@ -115,7 +115,7 @@ static DEFINE_PER_CPU(struct hist_data, wakeup_latency_hist_sharedprio);
>  static char *wakeup_latency_hist_dir = "wakeup";
>  static char *wakeup_latency_hist_dir_sharedprio = "sharedprio";
>  static notrace void probe_wakeup_latency_hist_start(void *v,
> -	struct task_struct *p, int success);
> +	struct task_struct *p);
>  static notrace void probe_wakeup_latency_hist_stop(void *v,
>  	struct task_struct *prev, struct task_struct *next);
>  static notrace void probe_sched_migrate_task(void *,
> @@ -869,7 +869,7 @@ static notrace void probe_sched_migrate_task(void *v, struct task_struct *task,
>  }
>  
>  static notrace void probe_wakeup_latency_hist_start(void *v,
> -	struct task_struct *p, int success)
> +	struct task_struct *p)
>  {
>  	unsigned long flags;
>  	struct task_struct *curr = current;

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web