On 03.03.2021 01:25, Steven Rostedt wrote: > On Thu, 18 Feb 2021 08:42:15 +0300 > Arseny Krasnov <arseny.kras...@kaspersky.com> wrote: > > Not sure if this was pulled in yet, but I do have a small issue with this > patch. No, it is in RFC state. > >> @@ -69,14 +82,19 @@ TRACE_EVENT(virtio_transport_alloc_pkt, >> __entry->type = type; >> __entry->op = op; >> __entry->flags = flags; >> + __entry->msg_len = msg_len; >> + __entry->msg_cnt = msg_cnt; >> ), >> - TP_printk("%u:%u -> %u:%u len=%u type=%s op=%s flags=%#x", >> + TP_printk("%u:%u -> %u:%u len=%u type=%s op=%s flags=%#x " >> + "msg_len=%u msg_cnt=%u", > It's considered poor formatting to split strings like the above. This is > one of the exceptions for the 80 character limit. Do not break strings just > to keep it within 80 characters. > > -- Steve Ok, will fix in next version, Thank You > > >> __entry->src_cid, __entry->src_port, >> __entry->dst_cid, __entry->dst_port, >> __entry->len, >> show_type(__entry->type), >> show_op(__entry->op), >> - __entry->flags) >> + __entry->flags, >> + __entry->msg_len, >> + __entry->msg_cnt) >> );
- Re: [RFC PATCH v5 11/19] virtio/vsock: dequeue... Arseny Krasnov
- Re: [RFC PATCH v5 11/19] virtio/vsock: deq... Michael S. Tsirkin
- Re: [RFC PATCH v5 11/19] virtio/vsock:... Stefano Garzarella
- Re: [RFC PATCH v5 11/19] virtio/vsock:... Arseny Krasnov
- [RFC PATCH v5 12/19] virtio/vsock: fetch length for SEQ... Arseny Krasnov
- [RFC PATCH v5 14/19] virtio/vsock: rest of SOCK_SEQPACK... Arseny Krasnov
- [RFC PATCH v5 13/19] virtio/vsock: add SEQPACKET receiv... Arseny Krasnov
- [RFC PATCH v5 16/19] vhost/vsock: setup SEQPACKET ops f... Arseny Krasnov
- [RFC PATCH v5 19/19] virtio/vsock: update trace event f... Arseny Krasnov
- Re: [RFC PATCH v5 19/19] virtio/vsock: update trac... Steven Rostedt
- Re: [RFC PATCH v5 19/19] virtio/vsock: update ... Arseny Krasnov
- [RFC PATCH v5 15/19] virtio/vsock: setup SEQPACKET ops ... Arseny Krasnov
- [RFC PATCH v5 17/19] vsock/loopback: setup SEQPACKET op... Arseny Krasnov
- [RFC PATCH v5 18/19] vsock_test: add SOCK_SEQPACKET tes... Arseny Krasnov
- Re: [RFC PATCH v5 00/19] virtio/vsock: introduce SOCK_S... Stefano Garzarella
- Re: [RFC PATCH v5 00/19] virtio/vsock: introduce S... Stefano Garzarella
- Re: [RFC PATCH v5 00/19] virtio/vsock: introdu... Arseny Krasnov
- Re: [RFC PATCH v5 00/19] virtio/vsock: int... Stefano Garzarella
- Re: [RFC PATCH v5 00/19] virtio/vsock:... Arseny Krasnov
- Re: [RFC PATCH v5 00/19] virtio/v... Stefano Garzarella
- Re: [RFC PATCH v5 00/19] virt... Arseny Krasnov