All of lore.kernel.org
 help / color / mirror / Atom feed
From: Akio Takebe <takebe_akio@jp.fujitsu.com>
To: xen-devel@lists.xensource.com
Subject: [Patch] fix xenctx --all option on x86
Date: Mon, 22 Sep 2008 17:42:31 +0900	[thread overview]
Message-ID: <48D75A77.2080103@jp.fujitsu.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 143 bytes --]

Hi,

This patch re-enables --all option of xenctx on x86.

Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>

Best Regards,

Akio Takebe

[-- Attachment #2: fix_xenctx_all.patch --]
[-- Type: text/x-diff, Size: 391 bytes --]

diff -r 694b7daa353c tools/xentrace/xenctx.c
--- a/tools/xentrace/xenctx.c	Wed Sep 17 14:16:02 2008 +0100
+++ b/tools/xentrace/xenctx.c	Tue Sep 23 02:40:16 2008 +0900
@@ -785,8 +785,8 @@
         {"frame-pointers", 0, NULL, 'f'},
 #ifdef __ia64__
         {"regs", 1, NULL, 'r'},
+#endif
         {"all", 0, NULL, 'a'},
-#endif
         {"help", 0, NULL, 'h'},
         {0, 0, 0, 0}
     };

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

                 reply	other threads:[~2008-09-22  8:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48D75A77.2080103@jp.fujitsu.com \
    --to=takebe_akio@jp.fujitsu.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.