aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2010-07-08 17:39:00 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2010-07-08 17:39:00 +0100
commita87a580e8a0c329f4374e668ec29defa6bac77d1 (patch)
tree89e58a8d21ec1381809b2f39291bc92144a19cdb /tools/xentrace
parent84b1ed809c51b96dfefee394a4da932e7ec66cd9 (diff)
downloadxen-a87a580e8a0c329f4374e668ec29defa6bac77d1.tar.gz
xen-a87a580e8a0c329f4374e668ec29defa6bac77d1.tar.bz2
xen-a87a580e8a0c329f4374e668ec29defa6bac77d1.zip
tools/xentrace: increase default xentrace buffer size.
increase default xentrace buffer size to reduce the number of lost records. Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
Diffstat (limited to 'tools/xentrace')
-rw-r--r--tools/xentrace/xentrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xentrace/xentrace.c b/tools/xentrace/xentrace.c
index 8812bfdf3b..9e07f3f2c4 100644
--- a/tools/xentrace/xentrace.c
+++ b/tools/xentrace/xentrace.c
@@ -45,7 +45,7 @@ do { \
/* sleep for this long (milliseconds) between checking the trace buffers */
#define POLL_SLEEP_MILLIS 100
-#define DEFAULT_TBUF_SIZE 20
+#define DEFAULT_TBUF_SIZE 32
/***** The code **************************************************************/
typedef struct settings_st {