Message ID | 20210914131232.3964615-1-tz.stoyanov@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | trace-cmd fixes and clean-ups | expand |
On Tue, 14 Sep 2021 16:12:11 +0300 "Tzvetomir Stoyanov (VMware)" <tz.stoyanov@gmail.com> wrote: > Various trace-cmd application and library fixes, clean-ups and internal > refactoring, needed for trace file version 7 and compression changes. > > This patch-set supersedes "[v2,00/87] Trace file version 7": > https://lore.kernel.org/linux-trace-devel/20210729050959.12263-1-tz.stoyanov@gmail.com/ > > v3 changes: > - fixed issues of split and convert commands with some corner cases > v2 changes: > - more cleanups, forgotten in the first version > > Tzvetomir Stoyanov (VMware) (21): I accepted all the patches but: > trace-cmd library: Do not use local variables when reading CPU stat > option > trace-cmd library: Fix possible memory leak in read_ftrace_files() > trace-cmd library: Fix possible memory leak in read_event_files() > trace-cmd library: Fix possible memory leak in read_proc_kallsyms() > trace-cmd library: Fix possible memory leak in read_ftrace_printk() > trace-cmd library: Fix possible memory leak in > read_and_parse_cmdlines() > trace-cmd library: Track maximum CPUs count in input handler > trace-cmd library: Refactor APIs for creating output handler > trace-cmd library: Refactor the logic for writing trace data in the > file I'm going to run a quick test on them, and then push them upstream. -- Steve