diff for duplicates of <20080103072228.372074690@goodmis.org> diff --git a/a/1.txt b/N1/1.txt index fb34ae1..5998421 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -21,7 +21,8 @@ Signed-off-by: Steven Rostedt <srostedt@redhat.com> 1 file changed, 106 insertions(+), 55 deletions(-) Index: linux-compile.git/lib/mcount/tracer.c -=================================--- linux-compile.git.orig/lib/mcount/tracer.c 2008-01-03 00:29:31.000000000 -0500 +=================================================================== +--- linux-compile.git.orig/lib/mcount/tracer.c 2008-01-03 00:29:31.000000000 -0500 +++ linux-compile.git/lib/mcount/tracer.c 2008-01-03 00:37:40.000000000 -0500 @@ -85,6 +85,7 @@ struct mctracer_iterator { unsigned long next_idx[NR_CPUS]; @@ -97,7 +98,7 @@ Index: linux-compile.git/lib/mcount/tracer.c - int i = (long)(v); - struct mctracer_iterator *iter = v; - -- if (i = 1) { +- if (i == 1) { - seq_printf(m, "mctracer:\n"); - } else { - if (!iter->ent) { @@ -215,7 +216,7 @@ Index: linux-compile.git/lib/mcount/tracer.c + int i = (long)(v); + struct mctracer_iterator *iter = v; + -+ if (i = 1) { ++ if (i == 1) { + seq_printf(m, "mctracer:\n"); + } else { + if (!iter->ent) { diff --git a/a/content_digest b/N1/content_digest index 3d1aae1..19f6e5e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020080103071609.478486470@goodmis.org\0" "From\0Steven Rostedt <rostedt@goodmis.org>\0" "Subject\0[RFC PATCH 11/11] Add a symbol only trace output\0" - "Date\0Thu, 03 Jan 2008 07:16:20 +0000\0" + "Date\0Thu, 03 Jan 2008 02:16:20 -0500\0" "To\0LKML <linux-kernel@vger.kernel.org>\0" "Cc\0Ingo Molnar <mingo@elte.hu>" Linus Torvalds <torvalds@linux-foundation.org> @@ -14,6 +14,7 @@ William L. Irwin <sparclinux@vger.kernel.org> " Steven Rostedt <srostedt@redhat.com>\0" "\00:1\0" + "fn\0mcount-tracer-symbol-only.patch\0" "b\0" "The trace output is very verbose with outputing both the\n" "IP address (Instruction Pointer not Internet Protocol!)\n" @@ -38,7 +39,8 @@ " 1 file changed, 106 insertions(+), 55 deletions(-)\n" "\n" "Index: linux-compile.git/lib/mcount/tracer.c\n" - "=================================--- linux-compile.git.orig/lib/mcount/tracer.c\t2008-01-03 00:29:31.000000000 -0500\n" + "===================================================================\n" + "--- linux-compile.git.orig/lib/mcount/tracer.c\t2008-01-03 00:29:31.000000000 -0500\n" "+++ linux-compile.git/lib/mcount/tracer.c\t2008-01-03 00:37:40.000000000 -0500\n" "@@ -85,6 +85,7 @@ struct mctracer_iterator {\n" " \tunsigned long next_idx[NR_CPUS];\n" @@ -114,7 +116,7 @@ "-\tint i = (long)(v);\n" "-\tstruct mctracer_iterator *iter = v;\n" "-\n" - "-\tif (i = 1) {\n" + "-\tif (i == 1) {\n" "-\t\tseq_printf(m, \"mctracer:\\n\");\n" "-\t} else {\n" "-\t\tif (!iter->ent) {\n" @@ -232,7 +234,7 @@ "+\tint i = (long)(v);\n" "+\tstruct mctracer_iterator *iter = v;\n" "+\n" - "+\tif (i = 1) {\n" + "+\tif (i == 1) {\n" "+\t\tseq_printf(m, \"mctracer:\\n\");\n" "+\t} else {\n" "+\t\tif (!iter->ent) {\n" @@ -274,4 +276,4 @@ "\n" -- -d317588c3a6792ef979890644603d533128984f99b462f86b0f41467798201ff +a5a4dbda1f08b4cd8b7661f149b74f2f58a1a56446b406768283e5ec22473ed9
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.