mbox series

[0/4] trace-cmd: Clean ups for agent communications

Message ID 20220428150635.789051-1-rostedt@goodmis.org (mailing list archive)
Headers show
Series trace-cmd: Clean ups for agent communications | expand

Message

Steven Rostedt April 28, 2022, 3:06 p.m. UTC
From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

In preparation to have an agent proxy, these are some clean up patches to
the agent code that should help simplify the modifications.

Steven Rostedt (Google) (4):
  trace-cmd: Move add_guest_info() into trace-vm.c
  trace-cmd: Simplify add_guest()
  trace-cmd: Move find_tasks() into add_guest()
  trace-cmd: Move find_pid_by_cid() into add_guest()

 tracecmd/include/trace-local.h |   1 +
 tracecmd/trace-record.c        |  89 +------------------------
 tracecmd/trace-vm.c            | 117 ++++++++++++++++++++++++++++-----
 3 files changed, 104 insertions(+), 103 deletions(-)