summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/ftrace-Fix-trace-header-alignment.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/ftrace-Fix-trace-header-alignment.patch')
-rw-r--r--debian/patches-rt/ftrace-Fix-trace-header-alignment.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/debian/patches-rt/ftrace-Fix-trace-header-alignment.patch b/debian/patches-rt/ftrace-Fix-trace-header-alignment.patch
deleted file mode 100644
index 9a8156d61..000000000
--- a/debian/patches-rt/ftrace-Fix-trace-header-alignment.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From: Mike Galbraith <umgwanakikbuti@gmail.com>
-Date: Sun, 16 Oct 2016 05:08:30 +0200
-Subject: [PATCH] ftrace: Fix trace header alignment
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.2/older/patches-5.2.17-rt9.tar.xz
-
-Line up helper arrows to the right column.
-
-Cc: stable-rt@vger.kernel.org
-Signed-off-by: Mike Galbraith <umgwanakikbuti@gmail.com>
-[bigeasy: fixup function tracer header]
-Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
----
- kernel/trace/trace.c | 22 +++++++++++-----------
- 1 file changed, 11 insertions(+), 11 deletions(-)
-
---- a/kernel/trace/trace.c
-+++ b/kernel/trace/trace.c
-@@ -3557,17 +3557,17 @@ unsigned long trace_total_entries(struct
-
- static void print_lat_help_header(struct seq_file *m)
- {
-- seq_puts(m, "# _--------=> CPU# \n"
-- "# / _-------=> irqs-off \n"
-- "# | / _------=> need-resched \n"
-- "# || / _-----=> need-resched_lazy \n"
-- "# ||| / _----=> hardirq/softirq \n"
-- "# |||| / _---=> preempt-depth \n"
-- "# ||||| / _--=> preempt-lazy-depth\n"
-- "# |||||| / _-=> migrate-disable \n"
-- "# ||||||| / delay \n"
-- "# cmd pid |||||||| time | caller \n"
-- "# \\ / |||||||| \\ | / \n");
-+ seq_puts(m, "# _--------=> CPU# \n"
-+ "# / _-------=> irqs-off \n"
-+ "# | / _------=> need-resched \n"
-+ "# || / _-----=> need-resched_lazy \n"
-+ "# ||| / _----=> hardirq/softirq \n"
-+ "# |||| / _---=> preempt-depth \n"
-+ "# ||||| / _--=> preempt-lazy-depth\n"
-+ "# |||||| / _-=> migrate-disable \n"
-+ "# ||||||| / delay \n"
-+ "# cmd pid |||||||| time | caller \n"
-+ "# \\ / |||||||| \\ | / \n");
- }
-
- static void print_event_info(struct trace_buffer *buf, struct seq_file *m)