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


Groups > linux.kernel > #1665099

Re: [PATCH RFC v3 1/4] tracing: Remove unused declaration of trace_stop_cmdline_recording

From Steven Rostedt <rostedt@goodmis.org>
Newsgroups linux.kernel
Subject Re: [PATCH RFC v3 1/4] tracing: Remove unused declaration of trace_stop_cmdline_recording
Date 2017-06-13 20:20 +0200
Message-ID <tRYA2-2SW-21@gated-at.bofh.it> (permalink)
References <tQijw-4dh-3@gated-at.bofh.it> <tQijw-4dh-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu,  8 Jun 2017 19:53:24 -0700
Joel Fernandes <joelaf@google.com> wrote:

> trace_stop_cmdline_recording declaration isn't in use, remove it.

OK, I just pulled this one in. No need to send it out again.

-- Steve

> 
> Cc: kernel-team@android.com
> Cc: Ingo Molnar <mingo@redhat.com>
> Cc: Steven Rostedt <rostedt@goodmis.org>
> Signed-off-by: Joel Fernandes <joelaf@google.com>
> ---
>  kernel/trace/trace.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
> index 1122f151466f..63deff9cdf2c 100644
> --- a/kernel/trace/trace.c
> +++ b/kernel/trace/trace.c
> @@ -1910,8 +1910,6 @@ static void tracing_stop_tr(struct trace_array *tr)
>  	raw_spin_unlock_irqrestore(&tr->start_lock, flags);
>  }
>  
> -void trace_stop_cmdline_recording(void);
> -
>  static int trace_save_cmdline(struct task_struct *tsk)
>  {
>  	unsigned pid, idx;

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH RFC v3 0/4]  Add support to record and display tgid of tasks Joel Fernandes <joelaf@google.com> - 2017-06-09 05:00 +0200
  [PATCH RFC v3 2/4] tracing: Add support for recording tgid of tasks Joel Fernandes <joelaf@google.com> - 2017-06-09 05:00 +0200
    Re: [PATCH RFC v3 2/4] tracing: Add support for recording tgid of  tasks Steven Rostedt <rostedt@goodmis.org> - 2017-06-13 21:00 +0200
      Re: [PATCH RFC v3 2/4] tracing: Add support for recording tgid of tasks Joel Fernandes <joelaf@google.com> - 2017-06-14 01:50 +0200
  [PATCH RFC v3 1/4] tracing: Remove unused declaration of trace_stop_cmdline_recording Joel Fernandes <joelaf@google.com> - 2017-06-09 05:00 +0200
    Re: [PATCH RFC v3 1/4] tracing: Remove unused declaration of  trace_stop_cmdline_recording Steven Rostedt <rostedt@goodmis.org> - 2017-06-13 20:20 +0200

csiph-web