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


Groups > linux.kernel > #1666646 > unrolled thread

[for-next][PATCH 01/12] tracing: Remove unused declaration of trace_stop_cmdline_recording

Started bySteven Rostedt <rostedt@goodmis.org>
First post2017-06-15 13:00 +0200
Last post2017-06-15 13:00 +0200
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

  [for-next][PATCH 01/12] tracing: Remove unused declaration of trace_stop_cmdline_recording Steven Rostedt <rostedt@goodmis.org> - 2017-06-15 13:00 +0200

#1666646 — [for-next][PATCH 01/12] tracing: Remove unused declaration of trace_stop_cmdline_recording

FromSteven Rostedt <rostedt@goodmis.org>
Date2017-06-15 13:00 +0200
Subject[for-next][PATCH 01/12] tracing: Remove unused declaration of trace_stop_cmdline_recording
Message-ID<tSAFk-1qG-17@gated-at.bofh.it>
From: Joel Fernandes <joelaf@google.com>

trace_stop_cmdline_recording declaration isn't in use, remove it.

Link: http://lkml.kernel.org/r/20170609025327.9508-2-joelaf@google.com

Cc: kernel-team@android.com
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: Joel Fernandes <joelaf@google.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
---
 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;
-- 
2.10.2

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web