From: Mathieu Desnoyers Date: Mon, 11 Mar 2013 14:09:44 +0000 (-0400) Subject: Fix: default read timer values X-Git-Tag: v2.2.0-rc1~63 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=6bb9e85f440e1ee6e54105b2f2c13035039ae64d;hp=6bb9e85f440e1ee6e54105b2f2c13035039ae64d;p=lttng-tools.git Fix: default read timer values Kernel read timer value should be 200ms (200000us), not 200us. UST default read timer value should be 0 (use write() system call from applications). Signed-off-by: Mathieu Desnoyers Signed-off-by: David Goulet ---