All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] trace-cmd: A few fixes
@ 2022-09-22  0:23 Steven Rostedt
  2022-09-22  0:23 ` [PATCH 1/3] trace-cmd record/agent: Add --notimeout option Steven Rostedt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Steven Rostedt @ 2022-09-22  0:23 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Steven Rostedt (Google)

From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

Fix some issues with connections between host and guest.

Also add --notimeout option so that the host/guest connection will not
timeout when the other end is debugging and stepping through the code.

Steven Rostedt (Google) (3):
  trace-cmd record/agent: Add --notimeout option
  trace-cmd: Close socket descriptor on failed connection
  trace-cmd: Do not return zero length name for guest by name

 .../include/private/trace-cmd-private.h       |  3 +++
 lib/trace-cmd/trace-msg.c                     |  2 +-
 lib/trace-cmd/trace-util.c                    | 25 +++++++++++++++++++
 tracecmd/trace-agent.c                        | 11 +++++---
 tracecmd/trace-record.c                       |  7 +++++-
 tracecmd/trace-vm.c                           |  2 +-
 tracecmd/trace-vsock.c                        |  4 ++-
 7 files changed, 47 insertions(+), 7 deletions(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-22  0:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22  0:23 [PATCH 0/3] trace-cmd: A few fixes Steven Rostedt
2022-09-22  0:23 ` [PATCH 1/3] trace-cmd record/agent: Add --notimeout option Steven Rostedt
2022-09-22  0:23 ` [PATCH 2/3] trace-cmd: Close socket descriptor on failed connection Steven Rostedt
2022-09-22  0:23 ` [PATCH 3/3] trace-cmd: Do not return zero length name for guest by name Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.