commit | c8a66458295aa0ae03929c8948ec102ff0683d4e | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Feb 24 16:48:30 2010 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Feb 24 17:28:04 2010 -0500 |
tree | 74a4611a1988e9beb0322bae20c84f8da429cb5a | |
parent | bb3b0de175c3aa8ccc40572fe2aef03ad1349fc8 [diff] |
trace-cmd: Use TCP if page size is too big for UDP If the kernel page size is too big (as it can be with PPC and other archs), we switch to using TCP for the live reads. This may impact performance, but still lets the code work. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>