Inter-revision diff: patch 18

Comparing v11 (message) to v8 (message)

--- v11
+++ v8
@@ -1,15 +1,15 @@
-Add SEQPACKET socket type to vsock trace event.
+This adds SEQPACKET socket's type for trace event of virtio vsock.
 
 Signed-off-by: Arseny Krasnov <arseny.krasnov@kaspersky.com>
 ---
- v10 -> v11:
- 1) Indentation fixed.
+v7 -> v8:
+ - Code used for SEQ_BEGIN and SEQ_END removed.
 
  include/trace/events/vsock_virtio_transport_common.h | 5 ++++-
  1 file changed, 4 insertions(+), 1 deletion(-)
 
 diff --git a/include/trace/events/vsock_virtio_transport_common.h b/include/trace/events/vsock_virtio_transport_common.h
-index 6782213778be..d0b3f0ea9ba1 100644
+index 6782213778be..b30c0e319b0e 100644
 --- a/include/trace/events/vsock_virtio_transport_common.h
 +++ b/include/trace/events/vsock_virtio_transport_common.h
 @@ -9,9 +9,12 @@
@@ -21,8 +21,8 @@
  #define show_type(val) \
 -	__print_symbolic(val, { VIRTIO_VSOCK_TYPE_STREAM, "STREAM" })
 +	__print_symbolic(val, \
-+			 { VIRTIO_VSOCK_TYPE_STREAM, "STREAM" }, \
-+			 { VIRTIO_VSOCK_TYPE_SEQPACKET, "SEQPACKET" })
++				{ VIRTIO_VSOCK_TYPE_STREAM, "STREAM" }, \
++				{ VIRTIO_VSOCK_TYPE_SEQPACKET, "SEQPACKET" })
  
  TRACE_DEFINE_ENUM(VIRTIO_VSOCK_OP_INVALID);
  TRACE_DEFINE_ENUM(VIRTIO_VSOCK_OP_REQUEST);
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help