mbox series

[0/3] trace-cmd: Fix the memory mangement of trace-cmd agent.

Message ID 20210331230610.035418770@goodmis.org (mailing list archive)
Headers show
Series trace-cmd: Fix the memory mangement of trace-cmd agent. | expand

Message

Steven Rostedt March 31, 2021, 11:06 p.m. UTC
When testing out the time sync logic, the agent crashed due to
various memory management issues.

Steven Rostedt (VMware) (3):
      trace-cmd agent: Clean up tsync_agent_thread() and tsync_host_thread()
      trace-cmd: Have tracecmd_tsync_free() free even with no context
      trace-cmd: Do not free tsync from thread

----
 lib/trace-cmd/trace-timesync.c | 49 +++++++++++++++++++++---------------------
 1 file changed, 24 insertions(+), 25 deletions(-)